Html Css Color HEX #A1EB7D Feijoa

📋 copy color: '#A1EB7D'

red 161 ◦ green 235 ◦ blue 125

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

Shades of Feijoa #A1EB7D

Tints of Feijoa #A1EB7D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.11%

 BLUE value IS 125 (49.22% from 255) = 23.99%

R = 30.9%
G = 45.11%
B = 23.99%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#A1EB7D (or 0xA1EB7D) is known color: Feijoa. HEX triplet: A1, EB and 7D. RGB value is (161,235,125). Sum of RGB (Red+Green+Blue) = 161+235+125=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 235 (92.19% from 255 or 45.11% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EB7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1EB7D is #5E1482. Grayscale: #C8C8C8. Windows color (decimal): -6165635 or 8252321. OLE color: 8252321.

HSL color Cylindrical-coordinate representation of color #A1EB7D: hue angle of 100.36º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1EB7D is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 235 125 -
CMYK 0.31 0 0.47 0.08
HSL 100.36º 0.73% 0.71% -
HSV(B) 100.36º 0.47% 0.92% -
XYZ 48.11 68.47 30.08 -
YUV 200.33 85.48 99.94 -
System Red Green Blue C M Y K H S L
Decimal 161 235 125 0.31 0 0.47 0.08 100.36 0.73 0.71
Hex A1 EB 7D 1F 0 2F 8 64 49 47
Octal 241 353 175 37 0 57 10 144 111 107
Binary 10100001 11101011 1111101 11111 0 101111 1000 1100100 1001001 1000111

Color Harmonies of #A1EB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EB7D

Black with #A1EB7D

Text Example


Text Example

White with #A1EB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EB7D; }

 p { color: rgb(161,235,125); }

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

background-color css

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

 a { background-color: rgb(161,235,125); }

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

border-color css

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

 span { border-color: rgb(161,235,125); }

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