Html Css Color HEX #A1EF7F Feijoa

📋 copy color: '#A1EF7F'

red 161 ◦ green 239 ◦ blue 127

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

Shades of Feijoa #A1EF7F

Tints of Feijoa #A1EF7F

RGB

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

 GREEN value IS 239 (93.75% from 255) = 45.35%

 BLUE value IS 127 (50% from 255) = 24.1%

R = 30.55%
G = 45.35%
B = 24.1%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#A1EF7F (or 0xA1EF7F) is known color: Feijoa. HEX triplet: A1, EF and 7F. RGB value is (161,239,127). Sum of RGB (Red+Green+Blue) = 161+239+127=527 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.55% from 527); Green value is 239 (93.75% from 255 or 45.35% from 527); Blue value is 127 (50% from 255 or 24.10% from 527); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EF7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1EF7F is #5E1080. Grayscale: #CBCBCB. Windows color (decimal): -6164609 or 8384417. OLE color: 8384417.

HSL color Cylindrical-coordinate representation of color #A1EF7F: hue angle of 101.79º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1EF7F is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 239 127 -
CMYK 0.33 0 0.47 0.06
HSL 101.79º 0.78% 0.72% -
HSV(B) 101.79º 0.47% 0.94% -
XYZ 49.4 70.84 31.15 -
YUV 202.91 85.16 98.11 -
System Red Green Blue C M Y K H S L
Decimal 161 239 127 0.33 0 0.47 0.06 101.79 0.78 0.72
Hex A1 EF 7F 21 0 2F 6 66 4E 48
Octal 241 357 177 41 0 57 6 146 116 110
Binary 10100001 11101111 1111111 100001 0 101111 110 1100110 1001110 1001000

Color Harmonies of #A1EF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1EF7F

Black with #A1EF7F

Text Example


Text Example

White with #A1EF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1EF7F; }

 p { color: rgb(161,239,127); }

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

background-color css

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

 a { background-color: rgb(161,239,127); }

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

border-color css

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

 span { border-color: rgb(161,239,127); }

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