Html Css Color HEX #ABD38D Feijoa

📋 copy color: '#ABD38D'

red 171 ◦ green 211 ◦ blue 141

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

Shades of Feijoa #ABD38D

Tints of Feijoa #ABD38D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.34%

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

R = 32.7%
G = 40.34%
B = 26.96%

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

#ABD38D (or 0xABD38D) is known color: Feijoa. HEX triplet: AB, D3 and 8D. RGB value is (171,211,141). Sum of RGB (Red+Green+Blue) = 171+211+141=523 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.70% from 523); Green value is 211 (82.81% from 255 or 40.34% from 523); Blue value is 141 (55.47% from 255 or 26.96% from 523); Max value from RGB is 211 - color contains mainly: green. Hex color #ABD38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD38D is #542C72. Grayscale: #BFBFBF. Windows color (decimal): -5516403 or 9294763. OLE color: 9294763.

HSL color Cylindrical-coordinate representation of color #ABD38D: hue angle of 94.29º degrees, saturation: 0.44, 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 #ABD38D is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 171 211 141 -
CMYK 0.19 0 0.33 0.17
HSL 94.29º 0.44% 0.69% -
HSV(B) 94.29º 0.33% 0.83% -
XYZ 44.9 57.17 33.87 -
YUV 191.06 99.75 113.69 -
System Red Green Blue C M Y K H S L
Decimal 171 211 141 0.19 0 0.33 0.17 94.29 0.44 0.69
Hex AB D3 8D 13 0 21 11 5E 2C 45
Octal 253 323 215 23 0 41 21 136 54 105
Binary 10101011 11010011 10001101 10011 0 100001 10001 1011110 101100 1000101

Color Harmonies of #ABD38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD38D

Black with #ABD38D

Text Example


Text Example

White with #ABD38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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