Html Css Color HEX #A6DB60 Conifer

📋 copy color: '#A6DB60'

red 166 ◦ green 219 ◦ blue 96

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

Shades of Conifer #A6DB60

Tints of Conifer #A6DB60

RGB

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

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

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

R = 34.51%
G = 45.53%
B = 19.96%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#A6DB60 (or 0xA6DB60) is known color: Conifer. HEX triplet: A6, DB and 60. RGB value is (166,219,96). Sum of RGB (Red+Green+Blue) = 166+219+96=481 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.51% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 96 (37.89% from 255 or 19.96% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DB60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DB60 is #59249F. Grayscale: #BDBDBD. Windows color (decimal): -5842080 or 6347686. OLE color: 6347686.

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

Color convert

RGB 166 219 96 -
CMYK 0.24 0 0.56 0.14
HSL 85.85º 0.63% 0.62% -
HSV(B) 85.85º 0.56% 0.86% -
XYZ 43.17 59.61 20.3 -
YUV 189.13 75.44 111.5 -
System Red Green Blue C M Y K H S L
Decimal 166 219 96 0.24 0 0.56 0.14 85.85 0.63 0.62
Hex A6 DB 60 18 0 38 E 56 3F 3E
Octal 246 333 140 30 0 70 16 126 77 76
Binary 10100110 11011011 1100000 11000 0 111000 1110 1010110 111111 111110

Color Harmonies of #A6DB60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DB60

Black with #A6DB60

Text Example


Text Example

White with #A6DB60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DB60; }

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

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

background-color css

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

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

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

border-color css

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

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

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