Html Css Color HEX #ABCD8F Feijoa

📋 copy color: '#ABCD8F'

red 171 ◦ green 205 ◦ blue 143

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

Shades of Feijoa #ABCD8F

Tints of Feijoa #ABCD8F

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.5%

 BLUE value IS 143 (56.25% from 255) = 27.55%

R = 32.95%
G = 39.5%
B = 27.55%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.30

 K value IS 0.20

RGB Variations

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

Color information

#ABCD8F (or 0xABCD8F) is known color: Feijoa. HEX triplet: AB, CD and 8F. RGB value is (171,205,143). Sum of RGB (Red+Green+Blue) = 171+205+143=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 143 (56.25% from 255 or 27.55% from 519); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCD8F is #543270. Grayscale: #BBBBBB. Windows color (decimal): -5517937 or 9424299. OLE color: 9424299.

HSL color Cylindrical-coordinate representation of color #ABCD8F: hue angle of 92.9º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABCD8F is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 205 143 -
CMYK 0.17 0 0.30 0.20
HSL 92.9º 0.38% 0.68% -
HSV(B) 92.9º 0.3% 0.8% -
XYZ 43.58 54.3 34.17 -
YUV 187.77 102.74 116.04 -
System Red Green Blue C M Y K H S L
Decimal 171 205 143 0.17 0 0.30 0.20 92.9 0.38 0.68
Hex AB CD 8F 11 0 1E 14 5D 26 44
Octal 253 315 217 21 0 36 24 135 46 104
Binary 10101011 11001101 10001111 10001 0 11110 10100 1011101 100110 1000100

Color Harmonies of #ABCD8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCD8F

Black with #ABCD8F

Text Example


Text Example

White with #ABCD8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCD8F; }

 p { color: rgb(171,205,143); }

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

background-color css

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

 a { background-color: rgb(171,205,143); }

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

border-color css

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

 span { border-color: rgb(171,205,143); }

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