Html Css Color HEX #ABF28A Feijoa

📋 copy color: '#ABF28A'

red 171 ◦ green 242 ◦ blue 138

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

Shades of Feijoa #ABF28A

Tints of Feijoa #ABF28A

RGB

 RED value IS 171 (67.19% from 255) = 31.03%

 GREEN value IS 242 (94.92% from 255) = 43.92%

 BLUE value IS 138 (54.3% from 255) = 25.05%

R = 31.03%
G = 43.92%
B = 25.05%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.43

 K value IS 0.05

RGB Variations

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

Color information

#ABF28A (or 0xABF28A) is known color: Feijoa. HEX triplet: AB, F2 and 8A. RGB value is (171,242,138). Sum of RGB (Red+Green+Blue) = 171+242+138=551 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.03% from 551); Green value is 242 (94.92% from 255 or 43.92% from 551); Blue value is 138 (54.30% from 255 or 25.05% from 551); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF28A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF28A is #540D75. Grayscale: #D1D1D1. Windows color (decimal): -5508470 or 9106091. OLE color: 9106091.

HSL color Cylindrical-coordinate representation of color #ABF28A: hue angle of 100.96º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ABF28A is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 242 138 -
CMYK 0.29 0 0.43 0.05
HSL 100.96º 0.8% 0.75% -
HSV(B) 100.96º 0.43% 0.95% -
XYZ 53.13 74 35.53 -
YUV 208.92 87.98 100.96 -
System Red Green Blue C M Y K H S L
Decimal 171 242 138 0.29 0 0.43 0.05 100.96 0.8 0.75
Hex AB F2 8A 1D 0 2B 5 65 50 4B
Octal 253 362 212 35 0 53 5 145 120 113
Binary 10101011 11110010 10001010 11101 0 101011 101 1100101 1010000 1001011

Color Harmonies of #ABF28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF28A

Black with #ABF28A

Text Example


Text Example

White with #ABF28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF28A; }

 p { color: rgb(171,242,138); }

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

background-color css

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

 a { background-color: rgb(171,242,138); }

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

border-color css

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

 span { border-color: rgb(171,242,138); }

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