Html Css Color HEX #A1E04F Conifer

📋 copy color: '#A1E04F'

red 161 ◦ green 224 ◦ blue 79

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

Shades of Conifer #A1E04F

Tints of Conifer #A1E04F

RGB

 RED value IS 161 (63.28% from 255) = 34.7%

 GREEN value IS 224 (87.89% from 255) = 48.28%

 BLUE value IS 79 (31.25% from 255) = 17.03%

R = 34.7%
G = 48.28%
B = 17.03%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#A1E04F (or 0xA1E04F) is known color: Conifer. HEX triplet: A1, E0 and 4F. RGB value is (161,224,79). Sum of RGB (Red+Green+Blue) = 161+224+79=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 224 (87.89% from 255 or 48.28% from 464); Blue value is 79 (31.25% from 255 or 17.03% from 464); Max value from RGB is 224 - color contains mainly: green. Hex color #A1E04F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E04F is #5E1FB0. Grayscale: #BDBDBD. Windows color (decimal): -6168497 or 5234849. OLE color: 5234849.

HSL color Cylindrical-coordinate representation of color #A1E04F: hue angle of 86.07º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A1E04F is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB 161 224 79 -
CMYK 0.28 0 0.65 0.12
HSL 86.07º 0.7% 0.59% -
HSV(B) 86.07º 0.65% 0.88% -
XYZ 42.76 61.45 17 -
YUV 188.63 66.13 108.29 -
System Red Green Blue C M Y K H S L
Decimal 161 224 79 0.28 0 0.65 0.12 86.07 0.7 0.59
Hex A1 E0 4F 1C 0 41 C 56 46 3B
Octal 241 340 117 34 0 101 14 126 106 73
Binary 10100001 11100000 1001111 11100 0 1000001 1100 1010110 1000110 111011

Color Harmonies of #A1E04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E04F

Black with #A1E04F

Text Example


Text Example

White with #A1E04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E04F; }

 p { color: rgb(161,224,79); }

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

background-color css

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

 a { background-color: rgb(161,224,79); }

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

border-color css

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

 span { border-color: rgb(161,224,79); }

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