Html Css Color HEX #ABED8D Feijoa

📋 copy color: '#ABED8D'

red 171 ◦ green 237 ◦ blue 141

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

Shades of Feijoa #ABED8D

Tints of Feijoa #ABED8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.68%

R = 31.15%
G = 43.17%
B = 25.68%

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

#ABED8D (or 0xABED8D) is known color: Feijoa. HEX triplet: AB, ED and 8D. RGB value is (171,237,141). Sum of RGB (Red+Green+Blue) = 171+237+141=549 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.15% from 549); Green value is 237 (92.97% from 255 or 43.17% from 549); Blue value is 141 (55.47% from 255 or 25.68% from 549); Max value from RGB is 237 - color contains mainly: green. Hex color #ABED8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABED8D is #541272. Grayscale: #CECECE. Windows color (decimal): -5509747 or 9301419. OLE color: 9301419.

HSL color Cylindrical-coordinate representation of color #ABED8D: hue angle of 101.25º 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 #ABED8D is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 171 237 141 -
CMYK 0.28 0 0.41 0.07
HSL 101.25º 0.73% 0.74% -
HSV(B) 101.25º 0.41% 0.93% -
XYZ 51.89 71.15 36.2 -
YUV 206.32 91.13 102.81 -
System Red Green Blue C M Y K H S L
Decimal 171 237 141 0.28 0 0.41 0.07 101.25 0.73 0.74
Hex AB ED 8D 1C 0 29 7 65 49 4A
Octal 253 355 215 34 0 51 7 145 111 112
Binary 10101011 11101101 10001101 11100 0 101001 111 1100101 1001001 1001010

Color Harmonies of #ABED8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABED8D

Black with #ABED8D

Text Example


Text Example

White with #ABED8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABED8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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