Html Css Color HEX #ABDE8C Feijoa

📋 copy color: '#ABDE8C'

red 171 ◦ green 222 ◦ blue 140

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

Shades of Feijoa #ABDE8C

Tints of Feijoa #ABDE8C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.65%

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

R = 32.08%
G = 41.65%
B = 26.27%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#ABDE8C (or 0xABDE8C) is known color: Feijoa. HEX triplet: AB, DE and 8C. RGB value is (171,222,140). Sum of RGB (Red+Green+Blue) = 171+222+140=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 222 (87.11% from 255 or 41.65% from 533); Blue value is 140 (55.08% from 255 or 26.27% from 533); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDE8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDE8C is #542173. Grayscale: #C5C5C5. Windows color (decimal): -5513588 or 9232043. OLE color: 9232043.

HSL color Cylindrical-coordinate representation of color #ABDE8C: hue angle of 97.32º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ABDE8C is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 222 140 -
CMYK 0.23 0 0.37 0.13
HSL 97.32º 0.55% 0.71% -
HSV(B) 97.32º 0.37% 0.87% -
XYZ 47.65 62.79 34.42 -
YUV 197.4 95.6 109.17 -
System Red Green Blue C M Y K H S L
Decimal 171 222 140 0.23 0 0.37 0.13 97.32 0.55 0.71
Hex AB DE 8C 17 0 25 D 61 37 47
Octal 253 336 214 27 0 45 15 141 67 107
Binary 10101011 11011110 10001100 10111 0 100101 1101 1100001 110111 1000111

Color Harmonies of #ABDE8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDE8C

Black with #ABDE8C

Text Example


Text Example

White with #ABDE8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDE8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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