Html Css Color HEX #ABEF8C Feijoa

📋 copy color: '#ABEF8C'

red 171 ◦ green 239 ◦ blue 140

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

Shades of Feijoa #ABEF8C

Tints of Feijoa #ABEF8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.45%

R = 31.09%
G = 43.45%
B = 25.45%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#ABEF8C (or 0xABEF8C) is known color: Feijoa. HEX triplet: AB, EF and 8C. RGB value is (171,239,140). Sum of RGB (Red+Green+Blue) = 171+239+140=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 239 (93.75% from 255 or 43.45% from 550); Blue value is 140 (55.08% from 255 or 25.45% from 550); Max value from RGB is 239 - color contains mainly: green. Hex color #ABEF8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABEF8C is #541073. Grayscale: #CFCFCF. Windows color (decimal): -5509236 or 9236395. OLE color: 9236395.

HSL color Cylindrical-coordinate representation of color #ABEF8C: hue angle of 101.21º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ABEF8C is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 239 140 -
CMYK 0.28 0 0.41 0.06
HSL 101.21º 0.76% 0.74% -
HSV(B) 101.21º 0.41% 0.94% -
XYZ 52.39 72.28 36 -
YUV 207.38 89.97 102.05 -
System Red Green Blue C M Y K H S L
Decimal 171 239 140 0.28 0 0.41 0.06 101.21 0.76 0.74
Hex AB EF 8C 1C 0 29 6 65 4C 4A
Octal 253 357 214 34 0 51 6 145 114 112
Binary 10101011 11101111 10001100 11100 0 101001 110 1100101 1001100 1001010

Color Harmonies of #ABEF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABEF8C

Black with #ABEF8C

Text Example


Text Example

White with #ABEF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABEF8C; }

 p { color: rgb(171,239,140); }

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

background-color css

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

 a { background-color: rgb(171,239,140); }

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

border-color css

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

 span { border-color: rgb(171,239,140); }

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