Html Css Color HEX #A4D64C Conifer

📋 copy color: '#A4D64C'

red 164 ◦ green 214 ◦ blue 76

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

Shades of Conifer #A4D64C

Tints of Conifer #A4D64C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.14%

 BLUE value IS 76 (30.08% from 255) = 16.74%

R = 36.12%
G = 47.14%
B = 16.74%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#A4D64C (or 0xA4D64C) is known color: Conifer. HEX triplet: A4, D6 and 4C. RGB value is (164,214,76). Sum of RGB (Red+Green+Blue) = 164+214+76=454 (60% of max value = 765). Red value is 164 (64.45% from 255 or 36.12% from 454); Green value is 214 (83.98% from 255 or 47.14% from 454); Blue value is 76 (30.08% from 255 or 16.74% from 454); Max value from RGB is 214 - color contains mainly: green. Hex color #A4D64C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D64C is #5B29B3. Grayscale: #B7B7B7. Windows color (decimal): -5974452 or 5035684. OLE color: 5035684.

HSL color Cylindrical-coordinate representation of color #A4D64C: hue angle of 81.74º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A4D64C is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 164 214 76 -
CMYK 0.23 0 0.64 0.16
HSL 81.74º 0.63% 0.57% -
HSV(B) 81.74º 0.64% 0.84% -
XYZ 40.66 56.51 15.6 -
YUV 183.32 67.44 114.22 -
System Red Green Blue C M Y K H S L
Decimal 164 214 76 0.23 0 0.64 0.16 81.74 0.63 0.57
Hex A4 D6 4C 17 0 40 10 52 3F 39
Octal 244 326 114 27 0 100 20 122 77 71
Binary 10100100 11010110 1001100 10111 0 1000000 10000 1010010 111111 111001

Color Harmonies of #A4D64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D64C

Black with #A4D64C

Text Example


Text Example

White with #A4D64C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D64C; }

 p { color: rgb(164,214,76); }

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

background-color css

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

 a { background-color: rgb(164,214,76); }

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

border-color css

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

 span { border-color: rgb(164,214,76); }

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