Html Css Color HEX #A6E25E Conifer

📋 copy color: '#A6E25E'

red 166 ◦ green 226 ◦ blue 94

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

Shades of Conifer #A6E25E

Tints of Conifer #A6E25E

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.5%

 BLUE value IS 94 (37.11% from 255) = 19.34%

R = 34.16%
G = 46.5%
B = 19.34%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#A6E25E (or 0xA6E25E) is known color: Conifer. HEX triplet: A6, E2 and 5E. RGB value is (166,226,94). Sum of RGB (Red+Green+Blue) = 166+226+94=486 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.16% from 486); Green value is 226 (88.67% from 255 or 46.50% from 486); Blue value is 94 (37.11% from 255 or 19.34% from 486); Max value from RGB is 226 - color contains mainly: green. Hex color #A6E25E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6E25E is #591DA1. Grayscale: #C1C1C1. Windows color (decimal): -5840290 or 6218406. OLE color: 6218406.

HSL color Cylindrical-coordinate representation of color #A6E25E: hue angle of 87.27º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A6E25E is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 166 226 94 -
CMYK 0.27 0 0.58 0.11
HSL 87.27º 0.69% 0.63% -
HSV(B) 87.27º 0.58% 0.89% -
XYZ 44.94 63.31 20.44 -
YUV 193.01 72.12 108.73 -
System Red Green Blue C M Y K H S L
Decimal 166 226 94 0.27 0 0.58 0.11 87.27 0.69 0.63
Hex A6 E2 5E 1B 0 3A B 57 45 3F
Octal 246 342 136 33 0 72 13 127 105 77
Binary 10100110 11100010 1011110 11011 0 111010 1011 1010111 1000101 111111

Color Harmonies of #A6E25E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E25E

Black with #A6E25E

Text Example


Text Example

White with #A6E25E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E25E; }

 p { color: rgb(166,226,94); }

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

background-color css

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

 a { background-color: rgb(166,226,94); }

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

border-color css

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

 span { border-color: rgb(166,226,94); }

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