Html Css Color HEX #A6E448 Conifer

📋 copy color: '#A6E448'

red 166 ◦ green 228 ◦ blue 72

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

Shades of Conifer #A6E448

Tints of Conifer #A6E448

RGB

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

 GREEN value IS 228 (89.45% from 255) = 48.93%

 BLUE value IS 72 (28.52% from 255) = 15.45%

R = 35.62%
G = 48.93%
B = 15.45%

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

#A6E448 (or 0xA6E448) is known color: Conifer. HEX triplet: A6, E4 and 48. RGB value is (166,228,72). Sum of RGB (Red+Green+Blue) = 166+228+72=466 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.62% from 466); Green value is 228 (89.45% from 255 or 48.93% from 466); Blue value is 72 (28.52% from 255 or 15.45% from 466); Max value from RGB is 228 - color contains mainly: green. Hex color #A6E448 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6E448 is #591BB7. Grayscale: #C0C0C0. Windows color (decimal): -5839800 or 4777126. OLE color: 4777126.

HSL color Cylindrical-coordinate representation of color #A6E448: hue angle of 83.85º degrees, saturation: 0.74, 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 #A6E448 is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 166 228 72 -
CMYK 0.27 0 0.68 0.11
HSL 83.85º 0.74% 0.59% -
HSV(B) 83.85º 0.68% 0.89% -
XYZ 44.64 64.06 16.14 -
YUV 191.68 60.46 109.68 -
System Red Green Blue C M Y K H S L
Decimal 166 228 72 0.27 0 0.68 0.11 83.85 0.74 0.59
Hex A6 E4 48 1B 0 44 B 54 4A 3B
Octal 246 344 110 33 0 104 13 124 112 73
Binary 10100110 11100100 1001000 11011 0 1000100 1011 1010100 1001010 111011

Color Harmonies of #A6E448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6E448

Black with #A6E448

Text Example


Text Example

White with #A6E448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6E448; }

 p { color: rgb(166,228,72); }

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

background-color css

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

 a { background-color: rgb(166,228,72); }

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

border-color css

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

 span { border-color: rgb(166,228,72); }

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