Html Css Color HEX #A6DB52 Conifer

📋 copy color: '#A6DB52'

red 166 ◦ green 219 ◦ blue 82

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

Shades of Conifer #A6DB52

Tints of Conifer #A6DB52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.56%

R = 35.55%
G = 46.9%
B = 17.56%

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

#A6DB52 (or 0xA6DB52) is known color: Conifer. HEX triplet: A6, DB and 52. RGB value is (166,219,82). Sum of RGB (Red+Green+Blue) = 166+219+82=467 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.55% from 467); Green value is 219 (85.94% from 255 or 46.90% from 467); Blue value is 82 (32.42% from 255 or 17.56% from 467); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DB52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DB52 is #5924AD. Grayscale: #BCBCBC. Windows color (decimal): -5842094 or 5430182. OLE color: 5430182.

HSL color Cylindrical-coordinate representation of color #A6DB52: hue angle of 83.21º 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 #A6DB52 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB 166 219 82 -
CMYK 0.24 0 0.63 0.14
HSL 83.21º 0.66% 0.59% -
HSV(B) 83.21º 0.63% 0.86% -
XYZ 42.58 59.38 17.2 -
YUV 187.54 68.44 112.64 -
System Red Green Blue C M Y K H S L
Decimal 166 219 82 0.24 0 0.63 0.14 83.21 0.66 0.59
Hex A6 DB 52 18 0 3F E 53 42 3B
Octal 246 333 122 30 0 77 16 123 102 73
Binary 10100110 11011011 1010010 11000 0 111111 1110 1010011 1000010 111011

Color Harmonies of #A6DB52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DB52

Black with #A6DB52

Text Example


Text Example

White with #A6DB52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DB52; }

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

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

background-color css

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

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

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

border-color css

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

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

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