Html Css Color HEX #A6EC52 Conifer

📋 copy color: '#A6EC52'

red 166 ◦ green 236 ◦ blue 82

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

Shades of Conifer #A6EC52

Tints of Conifer #A6EC52

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.76%

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

R = 34.3%
G = 48.76%
B = 16.94%

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

#A6EC52 (or 0xA6EC52) is known color: Conifer. HEX triplet: A6, EC and 52. RGB value is (166,236,82). Sum of RGB (Red+Green+Blue) = 166+236+82=484 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.30% from 484); Green value is 236 (92.58% from 255 or 48.76% from 484); Blue value is 82 (32.42% from 255 or 16.94% from 484); Max value from RGB is 236 - color contains mainly: green. Hex color #A6EC52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6EC52 is #5913AD. Grayscale: #C6C6C6. Windows color (decimal): -5837742 or 5434534. OLE color: 5434534.

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

Color convert

RGB 166 236 82 -
CMYK 0.30 0 0.65 0.07
HSL 87.27º 0.8% 0.62% -
HSV(B) 87.27º 0.65% 0.93% -
XYZ 47.24 68.71 18.75 -
YUV 197.51 62.81 105.52 -
System Red Green Blue C M Y K H S L
Decimal 166 236 82 0.30 0 0.65 0.07 87.27 0.8 0.62
Hex A6 EC 52 1E 0 41 7 57 50 3E
Octal 246 354 122 36 0 101 7 127 120 76
Binary 10100110 11101100 1010010 11110 0 1000001 111 1010111 1010000 111110

Color Harmonies of #A6EC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EC52

Black with #A6EC52

Text Example


Text Example

White with #A6EC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EC52; }

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

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

background-color css

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

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

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

border-color css

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

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

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