Html Css Color HEX #ABDB8E Feijoa

📋 copy color: '#ABDB8E'

red 171 ◦ green 219 ◦ blue 142

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

Shades of Feijoa #ABDB8E

Tints of Feijoa #ABDB8E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.17%

 BLUE value IS 142 (55.86% from 255) = 26.69%

R = 32.14%
G = 41.17%
B = 26.69%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#ABDB8E (or 0xABDB8E) is known color: Feijoa. HEX triplet: AB, DB and 8E. RGB value is (171,219,142). Sum of RGB (Red+Green+Blue) = 171+219+142=532 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.14% from 532); Green value is 219 (85.94% from 255 or 41.17% from 532); Blue value is 142 (55.86% from 255 or 26.69% from 532); Max value from RGB is 219 - color contains mainly: green. Hex color #ABDB8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDB8E is #542471. Grayscale: #C4C4C4. Windows color (decimal): -5514354 or 9362347. OLE color: 9362347.

HSL color Cylindrical-coordinate representation of color #ABDB8E: hue angle of 97.4º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ABDB8E is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 219 142 -
CMYK 0.22 0 0.35 0.14
HSL 97.4º 0.52% 0.71% -
HSV(B) 97.4º 0.35% 0.86% -
XYZ 47.01 61.27 34.94 -
YUV 195.87 97.6 110.26 -
System Red Green Blue C M Y K H S L
Decimal 171 219 142 0.22 0 0.35 0.14 97.4 0.52 0.71
Hex AB DB 8E 16 0 23 E 61 34 47
Octal 253 333 216 26 0 43 16 141 64 107
Binary 10101011 11011011 10001110 10110 0 100011 1110 1100001 110100 1000111

Color Harmonies of #ABDB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDB8E

Black with #ABDB8E

Text Example


Text Example

White with #ABDB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDB8E; }

 p { color: rgb(171,219,142); }

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

background-color css

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

 a { background-color: rgb(171,219,142); }

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

border-color css

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

 span { border-color: rgb(171,219,142); }

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