Html Css Color HEX #A4DB66 Conifer

📋 copy color: '#A4DB66'

red 164 ◦ green 219 ◦ blue 102

#A4DB66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #A4DB66

Tints of Conifer #A4DB66

RGB

 RED value IS 164 (64.45% from 255) = 33.81%

 GREEN value IS 219 (85.94% from 255) = 45.15%

 BLUE value IS 102 (40.23% from 255) = 21.03%

R = 33.81%
G = 45.15%
B = 21.03%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#A4DB66 (or 0xA4DB66) is known color: Conifer. HEX triplet: A4, DB and 66. RGB value is (164,219,102). Sum of RGB (Red+Green+Blue) = 164+219+102=485 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.81% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 102 (40.23% from 255 or 21.03% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DB66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DB66 is #5B2499. Grayscale: #BDBDBD. Windows color (decimal): -5973146 or 6740900. OLE color: 6740900.

HSL color Cylindrical-coordinate representation of color #A4DB66: hue angle of 88.21º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A4DB66 is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 164 219 102 -
CMYK 0.25 0 0.53 0.14
HSL 88.21º 0.62% 0.63% -
HSV(B) 88.21º 0.53% 0.86% -
XYZ 43.04 59.51 21.79 -
YUV 189.22 78.78 110.01 -
System Red Green Blue C M Y K H S L
Decimal 164 219 102 0.25 0 0.53 0.14 88.21 0.62 0.63
Hex A4 DB 66 19 0 35 E 58 3E 3F
Octal 244 333 146 31 0 65 16 130 76 77
Binary 10100100 11011011 1100110 11001 0 110101 1110 1011000 111110 111111

Color Harmonies of #A4DB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DB66

Black with #A4DB66

Text Example


Text Example

White with #A4DB66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DB66; }

 p { color: rgb(164,219,102); }

 H1.HeaderClassName
 {
   color: #A4DB66;
 }
 .AnyTagClassName
 {
   color: #A4DB66;
 }
</style>

background-color css

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

 a { background-color: rgb(164,219,102); }

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

border-color css

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

 span { border-color: rgb(164,219,102); }

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