Html Css Color HEX #A6DD60 Conifer

📋 copy color: '#A6DD60'

red 166 ◦ green 221 ◦ blue 96

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

Shades of Conifer #A6DD60

Tints of Conifer #A6DD60

RGB

 RED value IS 166 (65.23% from 255) = 34.37%

 GREEN value IS 221 (86.72% from 255) = 45.76%

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

R = 34.37%
G = 45.76%
B = 19.88%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#A6DD60 (or 0xA6DD60) is known color: Conifer. HEX triplet: A6, DD and 60. RGB value is (166,221,96). Sum of RGB (Red+Green+Blue) = 166+221+96=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 96 (37.89% from 255 or 19.88% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DD60 is #59229F. Grayscale: #BEBEBE. Windows color (decimal): -5841568 or 6348198. OLE color: 6348198.

HSL color Cylindrical-coordinate representation of color #A6DD60: hue angle of 86.4º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A6DD60 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 166 221 96 -
CMYK 0.25 0 0.57 0.13
HSL 86.4º 0.65% 0.62% -
HSV(B) 86.4º 0.57% 0.87% -
XYZ 43.69 60.66 20.47 -
YUV 190.31 74.78 110.66 -
System Red Green Blue C M Y K H S L
Decimal 166 221 96 0.25 0 0.57 0.13 86.4 0.65 0.62
Hex A6 DD 60 19 0 39 D 56 41 3E
Octal 246 335 140 31 0 71 15 126 101 76
Binary 10100110 11011101 1100000 11001 0 111001 1101 1010110 1000001 111110

Color Harmonies of #A6DD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DD60

Black with #A6DD60

Text Example


Text Example

White with #A6DD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DD60; }

 p { color: rgb(166,221,96); }

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

background-color css

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

 a { background-color: rgb(166,221,96); }

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

border-color css

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

 span { border-color: rgb(166,221,96); }

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