Html Css Color HEX #ABCF8C Feijoa

📋 copy color: '#ABCF8C'

red 171 ◦ green 207 ◦ blue 140

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

Shades of Feijoa #ABCF8C

Tints of Feijoa #ABCF8C

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.96%

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

R = 33.01%
G = 39.96%
B = 27.03%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#ABCF8C (or 0xABCF8C) is known color: Feijoa. HEX triplet: AB, CF and 8C. RGB value is (171,207,140). Sum of RGB (Red+Green+Blue) = 171+207+140=518 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.01% from 518); Green value is 207 (81.25% from 255 or 39.96% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCF8C is #543073. Grayscale: #BCBCBC. Windows color (decimal): -5517428 or 9228203. OLE color: 9228203.

HSL color Cylindrical-coordinate representation of color #ABCF8C: hue angle of 92.24º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABCF8C is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 207 140 -
CMYK 0.17 0 0.32 0.19
HSL 92.24º 0.41% 0.68% -
HSV(B) 92.24º 0.32% 0.81% -
XYZ 43.84 55.18 33.15 -
YUV 188.6 100.57 115.45 -
System Red Green Blue C M Y K H S L
Decimal 171 207 140 0.17 0 0.32 0.19 92.24 0.41 0.68
Hex AB CF 8C 11 0 20 13 5C 29 44
Octal 253 317 214 21 0 40 23 134 51 104
Binary 10101011 11001111 10001100 10001 0 100000 10011 1011100 101001 1000100

Color Harmonies of #ABCF8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCF8C

Black with #ABCF8C

Text Example


Text Example

White with #ABCF8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCF8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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