Html Css Color HEX #A1ED71 Feijoa

📋 copy color: '#A1ED71'

red 161 ◦ green 237 ◦ blue 113

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

Shades of Feijoa #A1ED71

Tints of Feijoa #A1ED71

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.38%

 BLUE value IS 113 (44.53% from 255) = 22.11%

R = 31.51%
G = 46.38%
B = 22.11%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#A1ED71 (or 0xA1ED71) is known color: Feijoa. HEX triplet: A1, ED and 71. RGB value is (161,237,113). Sum of RGB (Red+Green+Blue) = 161+237+113=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 237 (92.97% from 255 or 46.38% from 511); Blue value is 113 (44.53% from 255 or 22.11% from 511); Max value from RGB is 237 - color contains mainly: green. Hex color #A1ED71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1ED71 is #5E128E. Grayscale: #C8C8C8. Windows color (decimal): -6165135 or 7466401. OLE color: 7466401.

HSL color Cylindrical-coordinate representation of color #A1ED71: hue angle of 96.77º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A1ED71 is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 237 113 -
CMYK 0.32 0 0.52 0.07
HSL 96.77º 0.78% 0.69% -
HSV(B) 96.77º 0.52% 0.93% -
XYZ 47.96 69.34 26.48 -
YUV 200.14 78.82 100.08 -
System Red Green Blue C M Y K H S L
Decimal 161 237 113 0.32 0 0.52 0.07 96.77 0.78 0.69
Hex A1 ED 71 20 0 34 7 61 4E 45
Octal 241 355 161 40 0 64 7 141 116 105
Binary 10100001 11101101 1110001 100000 0 110100 111 1100001 1001110 1000101

Color Harmonies of #A1ED71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1ED71

Black with #A1ED71

Text Example


Text Example

White with #A1ED71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1ED71; }

 p { color: rgb(161,237,113); }

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

background-color css

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

 a { background-color: rgb(161,237,113); }

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

border-color css

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

 span { border-color: rgb(161,237,113); }

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