Html Css Color HEX #A1E949 Conifer

📋 copy color: '#A1E949'

red 161 ◦ green 233 ◦ blue 73

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

Shades of Conifer #A1E949

Tints of Conifer #A1E949

RGB

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

 GREEN value IS 233 (91.41% from 255) = 49.89%

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

R = 34.48%
G = 49.89%
B = 15.63%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#A1E949 (or 0xA1E949) is known color: Conifer. HEX triplet: A1, E9 and 49. RGB value is (161,233,73). Sum of RGB (Red+Green+Blue) = 161+233+73=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 233 (91.41% from 255 or 49.89% from 467); Blue value is 73 (28.91% from 255 or 15.63% from 467); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E949 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A1E949 is #5E16B6. Grayscale: #C1C1C1. Windows color (decimal): -6166199 or 4843937. OLE color: 4843937.

HSL color Cylindrical-coordinate representation of color #A1E949: hue angle of 87º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A1E949 is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.

Color convert

RGB 161 233 73 -
CMYK 0.31 0 0.69 0.09
HSL 87º 0.78% 0.6% -
HSV(B) 87º 0.69% 0.91% -
XYZ 45.04 66.34 16.73 -
YUV 193.23 60.15 105.01 -
System Red Green Blue C M Y K H S L
Decimal 161 233 73 0.31 0 0.69 0.09 87 0.78 0.6
Hex A1 E9 49 1F 0 45 9 57 4E 3C
Octal 241 351 111 37 0 105 11 127 116 74
Binary 10100001 11101001 1001001 11111 0 1000101 1001 1010111 1001110 111100

Color Harmonies of #A1E949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E949

Black with #A1E949

Text Example


Text Example

White with #A1E949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E949; }

 p { color: rgb(161,233,73); }

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

background-color css

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

 a { background-color: rgb(161,233,73); }

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

border-color css

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

 span { border-color: rgb(161,233,73); }

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