Html Css Color HEX #ABDF8C Feijoa

📋 copy color: '#ABDF8C'

red 171 ◦ green 223 ◦ blue 140

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

Shades of Feijoa #ABDF8C

Tints of Feijoa #ABDF8C

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.76%

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

R = 32.02%
G = 41.76%
B = 26.22%

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

#ABDF8C (or 0xABDF8C) is known color: Feijoa. HEX triplet: AB, DF and 8C. RGB value is (171,223,140). Sum of RGB (Red+Green+Blue) = 171+223+140=534 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.02% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 140 (55.08% from 255 or 26.22% from 534); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDF8C is #542073. Grayscale: #C6C6C6. Windows color (decimal): -5513332 or 9232299. OLE color: 9232299.

HSL color Cylindrical-coordinate representation of color #ABDF8C: hue angle of 97.59º degrees, saturation: 0.56, 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 #ABDF8C is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 223 140 -
CMYK 0.23 0 0.37 0.13
HSL 97.59º 0.56% 0.71% -
HSV(B) 97.59º 0.37% 0.87% -
XYZ 47.92 63.33 34.51 -
YUV 197.99 95.27 108.75 -
System Red Green Blue C M Y K H S L
Decimal 171 223 140 0.23 0 0.37 0.13 97.59 0.56 0.71
Hex AB DF 8C 17 0 25 D 62 38 47
Octal 253 337 214 27 0 45 15 142 70 107
Binary 10101011 11011111 10001100 10111 0 100101 1101 1100010 111000 1000111

Color Harmonies of #ABDF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDF8C

Black with #ABDF8C

Text Example


Text Example

White with #ABDF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDF8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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