Html Css Color HEX #ABDA8C Feijoa

📋 copy color: '#ABDA8C'

red 171 ◦ green 218 ◦ blue 140

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

Shades of Feijoa #ABDA8C

Tints of Feijoa #ABDA8C

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.21%

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

R = 32.33%
G = 41.21%
B = 26.47%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#ABDA8C (or 0xABDA8C) is known color: Feijoa. HEX triplet: AB, DA and 8C. RGB value is (171,218,140). Sum of RGB (Red+Green+Blue) = 171+218+140=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 140 (55.08% from 255 or 26.47% from 529); Max value from RGB is 218 - color contains mainly: green. Hex color #ABDA8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABDA8C is #542573. Grayscale: #C3C3C3. Windows color (decimal): -5514612 or 9231019. OLE color: 9231019.

HSL color Cylindrical-coordinate representation of color #ABDA8C: hue angle of 96.15º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #ABDA8C is Cyan = 0.22, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 218 140 -
CMYK 0.22 0 0.36 0.15
HSL 96.15º 0.51% 0.7% -
HSV(B) 96.15º 0.36% 0.85% -
XYZ 46.6 60.69 34.07 -
YUV 195.06 96.93 110.84 -
System Red Green Blue C M Y K H S L
Decimal 171 218 140 0.22 0 0.36 0.15 96.15 0.51 0.7
Hex AB DA 8C 16 0 24 F 60 33 46
Octal 253 332 214 26 0 44 17 140 63 106
Binary 10101011 11011010 10001100 10110 0 100100 1111 1100000 110011 1000110

Color Harmonies of #ABDA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDA8C

Black with #ABDA8C

Text Example


Text Example

White with #ABDA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDA8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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