Html Css Color HEX #A4DB64 Conifer

📋 copy color: '#A4DB64'

red 164 ◦ green 219 ◦ blue 100

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

Shades of Conifer #A4DB64

Tints of Conifer #A4DB64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.7%

R = 33.95%
G = 45.34%
B = 20.7%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#A4DB64 (or 0xA4DB64) is known color: Conifer. HEX triplet: A4, DB and 64. RGB value is (164,219,100). Sum of RGB (Red+Green+Blue) = 164+219+100=483 (63% of max value = 765). Red value is 164 (64.45% from 255 or 33.95% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 100 (39.45% from 255 or 20.70% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #A4DB64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DB64 is #5B249B. Grayscale: #BDBDBD. Windows color (decimal): -5973148 or 6609828. OLE color: 6609828.

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

Color convert

RGB 164 219 100 -
CMYK 0.25 0 0.54 0.14
HSL 87.73º 0.62% 0.63% -
HSV(B) 87.73º 0.54% 0.86% -
XYZ 42.94 59.48 21.27 -
YUV 188.99 77.78 110.18 -
System Red Green Blue C M Y K H S L
Decimal 164 219 100 0.25 0 0.54 0.14 87.73 0.62 0.63
Hex A4 DB 64 19 0 36 E 58 3E 3F
Octal 244 333 144 31 0 66 16 130 76 77
Binary 10100100 11011011 1100100 11001 0 110110 1110 1011000 111110 111111

Color Harmonies of #A4DB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4DB64

Black with #A4DB64

Text Example


Text Example

White with #A4DB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4DB64; }

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

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

background-color css

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

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

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

border-color css

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

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

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