Html Css Color HEX #ABF18A Feijoa

📋 copy color: '#ABF18A'

red 171 ◦ green 241 ◦ blue 138

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

Shades of Feijoa #ABF18A

Tints of Feijoa #ABF18A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.82%

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

R = 31.09%
G = 43.82%
B = 25.09%

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

#ABF18A (or 0xABF18A) is known color: Feijoa. HEX triplet: AB, F1 and 8A. RGB value is (171,241,138). Sum of RGB (Red+Green+Blue) = 171+241+138=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 241 (94.53% from 255 or 43.82% from 550); Blue value is 138 (54.30% from 255 or 25.09% from 550); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF18A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF18A is #540E75. Grayscale: #D0D0D0. Windows color (decimal): -5508726 or 9105835. OLE color: 9105835.

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

Color convert

RGB 171 241 138 -
CMYK 0.29 0 0.43 0.05
HSL 100.78º 0.79% 0.74% -
HSV(B) 100.78º 0.43% 0.95% -
XYZ 52.84 73.4 35.43 -
YUV 208.33 88.31 101.38 -
System Red Green Blue C M Y K H S L
Decimal 171 241 138 0.29 0 0.43 0.05 100.78 0.79 0.74
Hex AB F1 8A 1D 0 2B 5 65 4F 4A
Octal 253 361 212 35 0 53 5 145 117 112
Binary 10101011 11110001 10001010 11101 0 101011 101 1100101 1001111 1001010

Color Harmonies of #ABF18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF18A

Black with #ABF18A

Text Example


Text Example

White with #ABF18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF18A; }

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

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

background-color css

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

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

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

border-color css

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

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

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