Html Css Color HEX #A1E970 Feijoa

📋 copy color: '#A1E970'

red 161 ◦ green 233 ◦ blue 112

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

Shades of Feijoa #A1E970

Tints of Feijoa #A1E970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.13%

R = 31.82%
G = 46.05%
B = 22.13%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#A1E970 (or 0xA1E970) is known color: Feijoa. HEX triplet: A1, E9 and 70. RGB value is (161,233,112). Sum of RGB (Red+Green+Blue) = 161+233+112=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 233 (91.41% from 255 or 46.05% from 506); Blue value is 112 (44.14% from 255 or 22.13% from 506); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E970 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E970 is #5E168F. Grayscale: #C6C6C6. Windows color (decimal): -6166160 or 7399841. OLE color: 7399841.

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

Color convert

RGB 161 233 112 -
CMYK 0.31 0 0.52 0.09
HSL 95.7º 0.73% 0.68% -
HSV(B) 95.7º 0.52% 0.91% -
XYZ 46.76 67.02 25.8 -
YUV 197.68 79.65 101.84 -
System Red Green Blue C M Y K H S L
Decimal 161 233 112 0.31 0 0.52 0.09 95.7 0.73 0.68
Hex A1 E9 70 1F 0 34 9 60 49 44
Octal 241 351 160 37 0 64 11 140 111 104
Binary 10100001 11101001 1110000 11111 0 110100 1001 1100000 1001001 1000100

Color Harmonies of #A1E970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1E970

Black with #A1E970

Text Example


Text Example

White with #A1E970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1E970; }

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

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

background-color css

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

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

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

border-color css

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

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

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