Html Css Color HEX #ABCC8C Feijoa

📋 copy color: '#ABCC8C'

red 171 ◦ green 204 ◦ blue 140

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

Shades of Feijoa #ABCC8C

Tints of Feijoa #ABCC8C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 39.61%

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

R = 33.2%
G = 39.61%
B = 27.18%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#ABCC8C (or 0xABCC8C) is known color: Feijoa. HEX triplet: AB, CC and 8C. RGB value is (171,204,140). Sum of RGB (Red+Green+Blue) = 171+204+140=515 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.20% from 515); Green value is 204 (80.08% from 255 or 39.61% from 515); Blue value is 140 (55.08% from 255 or 27.18% from 515); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCC8C is #543373. Grayscale: #BBBBBB. Windows color (decimal): -5518196 or 9227435. OLE color: 9227435.

HSL color Cylindrical-coordinate representation of color #ABCC8C: hue angle of 90.94º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABCC8C is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB 171 204 140 -
CMYK 0.16 0 0.31 0.2
HSL 90.94º 0.39% 0.67% -
HSV(B) 90.94º 0.31% 0.8% -
XYZ 43.12 53.74 32.91 -
YUV 186.84 101.57 116.7 -
System Red Green Blue C M Y K H S L
Decimal 171 204 140 0.16 0 0.31 0.2 90.94 0.39 0.67
Hex AB CC 8C 10 0 1F 14 5B 27 43
Octal 253 314 214 20 0 37 24 133 47 103
Binary 10101011 11001100 10001100 10000 0 11111 10100 1011011 100111 1000011

Color Harmonies of #ABCC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCC8C

Black with #ABCC8C

Text Example


Text Example

White with #ABCC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCC8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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