Html Css Color HEX #A6DB50 Conifer

📋 copy color: '#A6DB50'

red 166 ◦ green 219 ◦ blue 80

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

Shades of Conifer #A6DB50

Tints of Conifer #A6DB50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.2%

R = 35.7%
G = 47.1%
B = 17.2%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.63

 K value IS 0.14

RGB Variations

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

Color information

#A6DB50 (or 0xA6DB50) is known color: Conifer. HEX triplet: A6, DB and 50. RGB value is (166,219,80). Sum of RGB (Red+Green+Blue) = 166+219+80=465 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.70% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 80 (31.64% from 255 or 17.20% from 465); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DB50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DB50 is #5924AF. Grayscale: #BBBBBB. Windows color (decimal): -5842096 or 5299110. OLE color: 5299110.

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

Color convert

RGB 166 219 80 -
CMYK 0.24 0 0.63 0.14
HSL 82.88º 0.66% 0.59% -
HSV(B) 82.88º 0.63% 0.86% -
XYZ 42.51 59.35 16.8 -
YUV 187.31 67.44 112.8 -
System Red Green Blue C M Y K H S L
Decimal 166 219 80 0.24 0 0.63 0.14 82.88 0.66 0.59
Hex A6 DB 50 18 0 3F E 53 42 3B
Octal 246 333 120 30 0 77 16 123 102 73
Binary 10100110 11011011 1010000 11000 0 111111 1110 1010011 1000010 111011

Color Harmonies of #A6DB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DB50

Black with #A6DB50

Text Example


Text Example

White with #A6DB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DB50; }

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

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

background-color css

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

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

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

border-color css

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

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

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