Html Css Color HEX #ABCA8A Feijoa

📋 copy color: '#ABCA8A'

red 171 ◦ green 202 ◦ blue 138

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

Shades of Feijoa #ABCA8A

Tints of Feijoa #ABCA8A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.53%

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

R = 33.46%
G = 39.53%
B = 27.01%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#ABCA8A (or 0xABCA8A) is known color: Feijoa. HEX triplet: AB, CA and 8A. RGB value is (171,202,138). Sum of RGB (Red+Green+Blue) = 171+202+138=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 202 (79.30% from 255 or 39.53% from 511); Blue value is 138 (54.30% from 255 or 27.01% from 511); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCA8A is #543575. Grayscale: #B9B9B9. Windows color (decimal): -5518710 or 9095851. OLE color: 9095851.

HSL color Cylindrical-coordinate representation of color #ABCA8A: hue angle of 89.06º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABCA8A is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 202 138 -
CMYK 0.15 0 0.32 0.21
HSL 89.06º 0.38% 0.67% -
HSV(B) 89.06º 0.32% 0.79% -
XYZ 42.5 52.73 31.98 -
YUV 185.44 101.23 117.7 -
System Red Green Blue C M Y K H S L
Decimal 171 202 138 0.15 0 0.32 0.21 89.06 0.38 0.67
Hex AB CA 8A F 0 20 15 59 26 43
Octal 253 312 212 17 0 40 25 131 46 103
Binary 10101011 11001010 10001010 1111 0 100000 10101 1011001 100110 1000011

Color Harmonies of #ABCA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABCA8A

Black with #ABCA8A

Text Example


Text Example

White with #ABCA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABCA8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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