Html Css Color HEX #A6DA52 Conifer

📋 copy color: '#A6DA52'

red 166 ◦ green 218 ◦ blue 82

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

Shades of Conifer #A6DA52

Tints of Conifer #A6DA52

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.78%

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

R = 35.62%
G = 46.78%
B = 17.6%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#A6DA52 (or 0xA6DA52) is known color: Conifer. HEX triplet: A6, DA and 52. RGB value is (166,218,82). Sum of RGB (Red+Green+Blue) = 166+218+82=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 218 (85.55% from 255 or 46.78% from 466); Blue value is 82 (32.42% from 255 or 17.60% from 466); Max value from RGB is 218 - color contains mainly: green. Hex color #A6DA52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DA52 is #5925AD. Grayscale: #BBBBBB. Windows color (decimal): -5842350 or 5429926. OLE color: 5429926.

HSL color Cylindrical-coordinate representation of color #A6DA52: hue angle of 82.94º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A6DA52 is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 166 218 82 -
CMYK 0.24 0 0.62 0.15
HSL 82.94º 0.65% 0.59% -
HSV(B) 82.94º 0.62% 0.85% -
XYZ 42.32 58.86 17.11 -
YUV 186.95 68.77 113.06 -
System Red Green Blue C M Y K H S L
Decimal 166 218 82 0.24 0 0.62 0.15 82.94 0.65 0.59
Hex A6 DA 52 18 0 3E F 53 41 3B
Octal 246 332 122 30 0 76 17 123 101 73
Binary 10100110 11011010 1010010 11000 0 111110 1111 1010011 1000001 111011

Color Harmonies of #A6DA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6DA52

Black with #A6DA52

Text Example


Text Example

White with #A6DA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6DA52; }

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

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

background-color css

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

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

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

border-color css

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

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

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