Html Css Color HEX #ABDF8A Feijoa

📋 copy color: '#ABDF8A'

red 171 ◦ green 223 ◦ blue 138

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

Shades of Feijoa #ABDF8A

Tints of Feijoa #ABDF8A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 41.92%

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

R = 32.14%
G = 41.92%
B = 25.94%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#ABDF8A (or 0xABDF8A) is known color: Feijoa. HEX triplet: AB, DF and 8A. RGB value is (171,223,138). Sum of RGB (Red+Green+Blue) = 171+223+138=532 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.14% from 532); Green value is 223 (87.5% from 255 or 41.92% from 532); Blue value is 138 (54.30% from 255 or 25.94% from 532); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDF8A is #542075. Grayscale: #C6C6C6. Windows color (decimal): -5513334 or 9101227. OLE color: 9101227.

HSL color Cylindrical-coordinate representation of color #ABDF8A: hue angle of 96.71º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ABDF8A is Cyan = 0.23, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 223 138 -
CMYK 0.23 0 0.38 0.13
HSL 96.71º 0.57% 0.71% -
HSV(B) 96.71º 0.38% 0.87% -
XYZ 47.77 63.27 33.74 -
YUV 197.76 94.27 108.91 -
System Red Green Blue C M Y K H S L
Decimal 171 223 138 0.23 0 0.38 0.13 96.71 0.57 0.71
Hex AB DF 8A 17 0 26 D 61 39 47
Octal 253 337 212 27 0 46 15 141 71 107
Binary 10101011 11011111 10001010 10111 0 100110 1101 1100001 111001 1000111

Color Harmonies of #ABDF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDF8A

Black with #ABDF8A

Text Example


Text Example

White with #ABDF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDF8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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