Html Css Color HEX #ABCC8A Feijoa

📋 copy color: '#ABCC8A'

red 171 ◦ green 204 ◦ blue 138

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

Shades of Feijoa #ABCC8A

Tints of Feijoa #ABCC8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.9%

R = 33.33%
G = 39.77%
B = 26.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.32

 K value IS 0.2

RGB Variations

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

Color information

#ABCC8A (or 0xABCC8A) is known color: Feijoa. HEX triplet: AB, CC and 8A. RGB value is (171,204,138). Sum of RGB (Red+Green+Blue) = 171+204+138=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 138 (54.30% from 255 or 26.90% from 513); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCC8A is #543375. Grayscale: #BABABA. Windows color (decimal): -5518198 or 9096363. OLE color: 9096363.

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

Color convert

RGB 171 204 138 -
CMYK 0.16 0 0.32 0.2
HSL 90º 0.39% 0.67% -
HSV(B) 90º 0.32% 0.8% -
XYZ 42.97 53.68 32.14 -
YUV 186.61 100.57 116.87 -
System Red Green Blue C M Y K H S L
Decimal 171 204 138 0.16 0 0.32 0.2 90 0.39 0.67
Hex AB CC 8A 10 0 20 14 5A 27 43
Octal 253 314 212 20 0 40 24 132 47 103
Binary 10101011 11001100 10001010 10000 0 100000 10100 1011010 100111 1000011

Color Harmonies of #ABCC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCC8A

Black with #ABCC8A

Text Example


Text Example

White with #ABCC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCC8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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