Html Css Color HEX #A1E44A Conifer

📋 copy color: '#A1E44A'

red 161 ◦ green 228 ◦ blue 74

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

Shades of Conifer #A1E44A

Tints of Conifer #A1E44A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.98%

R = 34.77%
G = 49.24%
B = 15.98%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#A1E44A (or 0xA1E44A) is known color: Conifer. HEX triplet: A1, E4 and 4A. RGB value is (161,228,74). Sum of RGB (Red+Green+Blue) = 161+228+74=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 228 (89.45% from 255 or 49.24% from 463); Blue value is 74 (29.30% from 255 or 15.98% from 463); Max value from RGB is 228 - color contains mainly: green. Hex color #A1E44A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1E44A is #5E1BB5. Grayscale: #BEBEBE. Windows color (decimal): -6167478 or 4908193. OLE color: 4908193.

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

Color convert

RGB 161 228 74 -
CMYK 0.29 0 0.68 0.11
HSL 86.1º 0.74% 0.59% -
HSV(B) 86.1º 0.68% 0.89% -
XYZ 43.68 63.56 16.44 -
YUV 190.41 62.3 107.02 -
System Red Green Blue C M Y K H S L
Decimal 161 228 74 0.29 0 0.68 0.11 86.1 0.74 0.59
Hex A1 E4 4A 1D 0 44 B 56 4A 3B
Octal 241 344 112 35 0 104 13 126 112 73
Binary 10100001 11100100 1001010 11101 0 1000100 1011 1010110 1001010 111011

Color Harmonies of #A1E44A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E44A

Black with #A1E44A

Text Example


Text Example

White with #A1E44A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E44A; }

 p { color: rgb(161,228,74); }

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

background-color css

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

 a { background-color: rgb(161,228,74); }

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

border-color css

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

 span { border-color: rgb(161,228,74); }

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