#ADC81E

Color #ADC81E Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #ADC81E

Tints of Bahia #ADC81E

Color information

#ADC81E (or 0xADC81E) is unknown color: approx Bahia. HEX triplet: AD, C8 and 1E. RGB value is (173,200,30). Sum of RGB (Red+Green+Blue) = 173+200+30=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 200 (78.52% from 255 or 49.63% from 403); Blue value is 30 (12.11% from 255 or 7.44% from 403); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC81E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADC81E is #5237E1. Grayscale: #ADADAD. Windows color (decimal): -5388258 or 2017453. OLE color: 2017453.

HSL color Cylindrical-coordinate representation of color #ADC81E: hue angle of 69.53º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ADC81E is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB17320030-
CMYK0.1400.850.22
HSL69.53º73.91%45.1%-
HSV(B)69.53º85%78.43%-
XYZ38.1250.298.93-
YUV172.5547.55128.32-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 173 (67.97% from 255) = 42.93%
GREEN value IS 200 (78.52% from 255) = 49.63%
BLUE value IS 30 (12.11% from 255) = 7.44%
R=42.93%
G=49.63%
B=7.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal173200300.1400.850.2269.5373.9145.1
HexADC81EE05516464a2d
Octal255310361601252610611255
Binary1010110111001000111101110010101011011010001101001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC81E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC81E; }

 p { color: rgb(173,200,30); }

 H1.HeaderClassName
 {
   color: #ADC81E;
 }
 .AnyTagClassName
 {
   color: #ADC81E;
 }
</style>
background-color css

<style>
 a { background-color: #ADC81E; }

 a { background-color: rgb(173,200,30); }

 div.DivClassName
 {
   background-color: #ADC81E;
 }
 .BgClassName
 {
   background-color: #ADC81E;
 }
</style>
border-color css

<style>
 span { border-color: #ADC81E; }

 span { border-color: rgb(173,200,30); }

 td.TdClassName
 {
   border-color: #ADC81E;
 }
 .TagClassName
 {
   border-color: #ADC81E;
 }
</style>