Html Css Color HEX #A4D660 Conifer

📋 copy color: '#A4D660'

red 164 ◦ green 214 ◦ blue 96

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

Shades of Conifer #A4D660

Tints of Conifer #A4D660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.25%

R = 34.6%
G = 45.15%
B = 20.25%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#A4D660 (or 0xA4D660) is known color: Conifer. HEX triplet: A4, D6 and 60. RGB value is (164,214,96). Sum of RGB (Red+Green+Blue) = 164+214+96=474 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.60% from 474); Green value is 214 (83.98% from 255 or 45.15% from 474); Blue value is 96 (37.89% from 255 or 20.25% from 474); Max value from RGB is 214 - color contains mainly: green. Hex color #A4D660 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D660 is #5B299F. Grayscale: #BABABA. Windows color (decimal): -5974432 or 6346404. OLE color: 6346404.

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

Color convert

RGB 164 214 96 -
CMYK 0.23 0 0.55 0.16
HSL 85.42º 0.59% 0.61% -
HSV(B) 85.42º 0.55% 0.84% -
XYZ 41.47 56.83 19.85 -
YUV 185.6 77.44 112.59 -
System Red Green Blue C M Y K H S L
Decimal 164 214 96 0.23 0 0.55 0.16 85.42 0.59 0.61
Hex A4 D6 60 17 0 37 10 55 3B 3D
Octal 244 326 140 27 0 67 20 125 73 75
Binary 10100100 11010110 1100000 10111 0 110111 10000 1010101 111011 111101

Color Harmonies of #A4D660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4D660

Black with #A4D660

Text Example


Text Example

White with #A4D660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4D660; }

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

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

background-color css

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

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

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

border-color css

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

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

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