Html Css Color HEX #A6ED52 Conifer

📋 copy color: '#A6ED52'

red 166 ◦ green 237 ◦ blue 82

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

Shades of Conifer #A6ED52

Tints of Conifer #A6ED52

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.87%

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

R = 34.23%
G = 48.87%
B = 16.91%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#A6ED52 (or 0xA6ED52) is known color: Conifer. HEX triplet: A6, ED and 52. RGB value is (166,237,82). Sum of RGB (Red+Green+Blue) = 166+237+82=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 237 (92.97% from 255 or 48.87% from 485); Blue value is 82 (32.42% from 255 or 16.91% from 485); Max value from RGB is 237 - color contains mainly: green. Hex color #A6ED52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6ED52 is #5912AD. Grayscale: #C6C6C6. Windows color (decimal): -5837486 or 5434790. OLE color: 5434790.

HSL color Cylindrical-coordinate representation of color #A6ED52: hue angle of 87.48º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A6ED52 is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 237 82 -
CMYK 0.30 0 0.65 0.07
HSL 87.48º 0.81% 0.63% -
HSV(B) 87.48º 0.65% 0.93% -
XYZ 47.53 69.28 18.85 -
YUV 198.1 62.48 105.1 -
System Red Green Blue C M Y K H S L
Decimal 166 237 82 0.30 0 0.65 0.07 87.48 0.81 0.63
Hex A6 ED 52 1E 0 41 7 57 51 3F
Octal 246 355 122 36 0 101 7 127 121 77
Binary 10100110 11101101 1010010 11110 0 1000001 111 1010111 1010001 111111

Color Harmonies of #A6ED52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6ED52

Black with #A6ED52

Text Example


Text Example

White with #A6ED52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6ED52; }

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

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

background-color css

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

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

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

border-color css

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

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

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