Html Css Color HEX #ABED8C Feijoa

📋 copy color: '#ABED8C'

red 171 ◦ green 237 ◦ blue 140

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

Shades of Feijoa #ABED8C

Tints of Feijoa #ABED8C

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.25%

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

R = 31.2%
G = 43.25%
B = 25.55%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#ABED8C (or 0xABED8C) is known color: Feijoa. HEX triplet: AB, ED and 8C. RGB value is (171,237,140). Sum of RGB (Red+Green+Blue) = 171+237+140=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 237 (92.97% from 255 or 43.25% from 548); Blue value is 140 (55.08% from 255 or 25.55% from 548); Max value from RGB is 237 - color contains mainly: green. Hex color #ABED8C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABED8C is #541273. Grayscale: #CECECE. Windows color (decimal): -5509748 or 9235883. OLE color: 9235883.

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

Color convert

RGB 171 237 140 -
CMYK 0.28 0 0.41 0.07
HSL 100.82º 0.73% 0.74% -
HSV(B) 100.82º 0.41% 0.93% -
XYZ 51.81 71.12 35.81 -
YUV 206.21 90.63 102.89 -
System Red Green Blue C M Y K H S L
Decimal 171 237 140 0.28 0 0.41 0.07 100.82 0.73 0.74
Hex AB ED 8C 1C 0 29 7 65 49 4A
Octal 253 355 214 34 0 51 7 145 111 112
Binary 10101011 11101101 10001100 11100 0 101001 111 1100101 1001001 1001010

Color Harmonies of #ABED8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABED8C

Black with #ABED8C

Text Example


Text Example

White with #ABED8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABED8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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