Html Css Color HEX #A4D664 Conifer

📋 copy color: '#A4D664'

red 164 ◦ green 214 ◦ blue 100

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

Shades of Conifer #A4D664

Tints of Conifer #A4D664

RGB

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

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

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

R = 34.31%
G = 44.77%
B = 20.92%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#A4D664 (or 0xA4D664) is known color: Conifer. HEX triplet: A4, D6 and 64. RGB value is (164,214,100). Sum of RGB (Red+Green+Blue) = 164+214+100=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 214 (83.98% from 255 or 44.77% from 478); Blue value is 100 (39.45% from 255 or 20.92% from 478); Max value from RGB is 214 - color contains mainly: green. Hex color #A4D664 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D664 is #5B299B. Grayscale: #BABABA. Windows color (decimal): -5974428 or 6608548. OLE color: 6608548.

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

Color convert

RGB 164 214 100 -
CMYK 0.23 0 0.53 0.16
HSL 86.32º 0.58% 0.62% -
HSV(B) 86.32º 0.53% 0.84% -
XYZ 41.66 56.91 20.84 -
YUV 186.05 79.44 112.27 -
System Red Green Blue C M Y K H S L
Decimal 164 214 100 0.23 0 0.53 0.16 86.32 0.58 0.62
Hex A4 D6 64 17 0 35 10 56 3A 3E
Octal 244 326 144 27 0 65 20 126 72 76
Binary 10100100 11010110 1100100 10111 0 110101 10000 1010110 111010 111110

Color Harmonies of #A4D664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D664

Black with #A4D664

Text Example


Text Example

White with #A4D664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D664; }

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

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

background-color css

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

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

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

border-color css

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

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

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