Html Css Color HEX #ABD48D Feijoa

📋 copy color: '#ABD48D'

red 171 ◦ green 212 ◦ blue 141

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

Shades of Feijoa #ABD48D

Tints of Feijoa #ABD48D

RGB

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

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

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

R = 32.63%
G = 40.46%
B = 26.91%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#ABD48D (or 0xABD48D) is known color: Feijoa. HEX triplet: AB, D4 and 8D. RGB value is (171,212,141). Sum of RGB (Red+Green+Blue) = 171+212+141=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 212 (83.20% from 255 or 40.46% from 524); Blue value is 141 (55.47% from 255 or 26.91% from 524); Max value from RGB is 212 - color contains mainly: green. Hex color #ABD48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD48D is #542B72. Grayscale: #BFBFBF. Windows color (decimal): -5516147 or 9295019. OLE color: 9295019.

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

Color convert

RGB 171 212 141 -
CMYK 0.19 0 0.33 0.17
HSL 94.65º 0.45% 0.69% -
HSV(B) 94.65º 0.33% 0.83% -
XYZ 45.15 57.67 33.95 -
YUV 191.65 99.42 113.27 -
System Red Green Blue C M Y K H S L
Decimal 171 212 141 0.19 0 0.33 0.17 94.65 0.45 0.69
Hex AB D4 8D 13 0 21 11 5F 2D 45
Octal 253 324 215 23 0 41 21 137 55 105
Binary 10101011 11010100 10001101 10011 0 100001 10001 1011111 101101 1000101

Color Harmonies of #ABD48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD48D

Black with #ABD48D

Text Example


Text Example

White with #ABD48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD48D; }

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

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

background-color css

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

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

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

border-color css

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

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

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