Html Css Color HEX #ABCC8D Feijoa

📋 copy color: '#ABCC8D'

red 171 ◦ green 204 ◦ blue 141

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

Shades of Feijoa #ABCC8D

Tints of Feijoa #ABCC8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.33%

R = 33.14%
G = 39.53%
B = 27.33%

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

#ABCC8D (or 0xABCC8D) is known color: Feijoa. HEX triplet: AB, CC and 8D. RGB value is (171,204,141). Sum of RGB (Red+Green+Blue) = 171+204+141=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCC8D is #543372. Grayscale: #BBBBBB. Windows color (decimal): -5518195 or 9292971. OLE color: 9292971.

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

Color convert

RGB 171 204 141 -
CMYK 0.16 0 0.31 0.2
HSL 91.43º 0.38% 0.68% -
HSV(B) 91.43º 0.31% 0.8% -
XYZ 43.2 53.77 33.3 -
YUV 186.95 102.07 116.62 -
System Red Green Blue C M Y K H S L
Decimal 171 204 141 0.16 0 0.31 0.2 91.43 0.38 0.68
Hex AB CC 8D 10 0 1F 14 5B 26 44
Octal 253 314 215 20 0 37 24 133 46 104
Binary 10101011 11001100 10001101 10000 0 11111 10100 1011011 100110 1000100

Color Harmonies of #ABCC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCC8D

Black with #ABCC8D

Text Example


Text Example

White with #ABCC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCC8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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