Html Css Color HEX #A6E349 Conifer

📋 copy color: '#A6E349'

red 166 ◦ green 227 ◦ blue 73

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

Shades of Conifer #A6E349

Tints of Conifer #A6E349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.67%

R = 35.62%
G = 48.71%
B = 15.67%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#A6E349 (or 0xA6E349) is known color: Conifer. HEX triplet: A6, E3 and 49. RGB value is (166,227,73). Sum of RGB (Red+Green+Blue) = 166+227+73=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 227 (89.06% from 255 or 48.71% from 466); Blue value is 73 (28.91% from 255 or 15.67% from 466); Max value from RGB is 227 - color contains mainly: green. Hex color #A6E349 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6E349 is #591CB6. Grayscale: #BFBFBF. Windows color (decimal): -5840055 or 4842406. OLE color: 4842406.

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

Color convert

RGB 166 227 73 -
CMYK 0.27 0 0.68 0.11
HSL 83.77º 0.73% 0.59% -
HSV(B) 83.77º 0.68% 0.89% -
XYZ 44.4 63.53 16.23 -
YUV 191.21 61.29 110.02 -
System Red Green Blue C M Y K H S L
Decimal 166 227 73 0.27 0 0.68 0.11 83.77 0.73 0.59
Hex A6 E3 49 1B 0 44 B 54 49 3B
Octal 246 343 111 33 0 104 13 124 111 73
Binary 10100110 11100011 1001001 11011 0 1000100 1011 1010100 1001001 111011

Color Harmonies of #A6E349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E349

Black with #A6E349

Text Example


Text Example

White with #A6E349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E349; }

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

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

background-color css

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

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

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

border-color css

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

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

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