Html Css Color HEX #ABF08A Feijoa

📋 copy color: '#ABF08A'

red 171 ◦ green 240 ◦ blue 138

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

Shades of Feijoa #ABF08A

Tints of Feijoa #ABF08A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.72%

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

R = 31.15%
G = 43.72%
B = 25.14%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#ABF08A (or 0xABF08A) is known color: Feijoa. HEX triplet: AB, F0 and 8A. RGB value is (171,240,138). Sum of RGB (Red+Green+Blue) = 171+240+138=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 240 (94.14% from 255 or 43.72% from 549); Blue value is 138 (54.30% from 255 or 25.14% from 549); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF08A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF08A is #540F75. Grayscale: #D0D0D0. Windows color (decimal): -5508982 or 9105579. OLE color: 9105579.

HSL color Cylindrical-coordinate representation of color #ABF08A: hue angle of 100.59º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ABF08A is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 240 138 -
CMYK 0.29 0 0.42 0.06
HSL 100.59º 0.77% 0.74% -
HSV(B) 100.59º 0.43% 0.94% -
XYZ 52.54 72.81 35.33 -
YUV 207.74 88.64 101.79 -
System Red Green Blue C M Y K H S L
Decimal 171 240 138 0.29 0 0.42 0.06 100.59 0.77 0.74
Hex AB F0 8A 1D 0 2A 6 65 4D 4A
Octal 253 360 212 35 0 52 6 145 115 112
Binary 10101011 11110000 10001010 11101 0 101010 110 1100101 1001101 1001010

Color Harmonies of #ABF08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF08A

Black with #ABF08A

Text Example


Text Example

White with #ABF08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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