Html Css Color HEX #A6E345 Conifer

📋 copy color: '#A6E345'

red 166 ◦ green 227 ◦ blue 69

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

Shades of Conifer #A6E345

Tints of Conifer #A6E345

RGB

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

 GREEN value IS 227 (89.06% from 255) = 49.13%

 BLUE value IS 69 (27.34% from 255) = 14.94%

R = 35.93%
G = 49.13%
B = 14.94%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#A6E345 (or 0xA6E345) is known color: Conifer. HEX triplet: A6, E3 and 45. RGB value is (166,227,69). Sum of RGB (Red+Green+Blue) = 166+227+69=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 227 (89.06% from 255 or 49.13% from 462); Blue value is 69 (27.34% from 255 or 14.94% from 462); Max value from RGB is 227 - color contains mainly: green. Hex color #A6E345 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6E345 is #591CBA. Grayscale: #BFBFBF. Windows color (decimal): -5840059 or 4580262. OLE color: 4580262.

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

Color convert

RGB 166 227 69 -
CMYK 0.27 0 0.70 0.11
HSL 83.16º 0.74% 0.58% -
HSV(B) 83.16º 0.7% 0.89% -
XYZ 44.27 63.47 15.55 -
YUV 190.75 59.29 110.35 -
System Red Green Blue C M Y K H S L
Decimal 166 227 69 0.27 0 0.70 0.11 83.16 0.74 0.58
Hex A6 E3 45 1B 0 46 B 53 4A 3A
Octal 246 343 105 33 0 106 13 123 112 72
Binary 10100110 11100011 1000101 11011 0 1000110 1011 1010011 1001010 111010

Color Harmonies of #A6E345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E345

Black with #A6E345

Text Example


Text Example

White with #A6E345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E345; }

 p { color: rgb(166,227,69); }

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

background-color css

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

 a { background-color: rgb(166,227,69); }

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

border-color css

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

 span { border-color: rgb(166,227,69); }

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