Html Css Color HEX #ABD48C Feijoa

📋 copy color: '#ABD48C'

red 171 ◦ green 212 ◦ blue 140

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

Shades of Feijoa #ABD48C

Tints of Feijoa #ABD48C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.54%

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

R = 32.7%
G = 40.54%
B = 26.77%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.34

 K value IS 0.17

RGB Variations

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

Color information

#ABD48C (or 0xABD48C) is known color: Feijoa. HEX triplet: AB, D4 and 8C. RGB value is (171,212,140). Sum of RGB (Red+Green+Blue) = 171+212+140=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 212 (83.20% from 255 or 40.54% from 523); Blue value is 140 (55.08% from 255 or 26.77% from 523); Max value from RGB is 212 - color contains mainly: green. Hex color #ABD48C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD48C is #542B73. Grayscale: #BFBFBF. Windows color (decimal): -5516148 or 9229483. OLE color: 9229483.

HSL color Cylindrical-coordinate representation of color #ABD48C: hue angle of 94.17º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ABD48C is Cyan = 0.19, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB 171 212 140 -
CMYK 0.19 0 0.34 0.17
HSL 94.17º 0.46% 0.69% -
HSV(B) 94.17º 0.34% 0.83% -
XYZ 45.07 57.64 33.56 -
YUV 191.53 98.92 113.35 -
System Red Green Blue C M Y K H S L
Decimal 171 212 140 0.19 0 0.34 0.17 94.17 0.46 0.69
Hex AB D4 8C 13 0 22 11 5E 2E 45
Octal 253 324 214 23 0 42 21 136 56 105
Binary 10101011 11010100 10001100 10011 0 100010 10001 1011110 101110 1000101

Color Harmonies of #ABD48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD48C

Black with #ABD48C

Text Example


Text Example

White with #ABD48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD48C; }

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

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

background-color css

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

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

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

border-color css

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

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

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