Html Css Color HEX #ABD690 Feijoa

📋 copy color: '#ABD690'

red 171 ◦ green 214 ◦ blue 144

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

Shades of Feijoa #ABD690

Tints of Feijoa #ABD690

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.45%

 BLUE value IS 144 (56.64% from 255) = 27.22%

R = 32.33%
G = 40.45%
B = 27.22%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#ABD690 (or 0xABD690) is known color: Feijoa. HEX triplet: AB, D6 and 90. RGB value is (171,214,144). Sum of RGB (Red+Green+Blue) = 171+214+144=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 214 (83.98% from 255 or 40.45% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 214 - color contains mainly: green. Hex color #ABD690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD690 is #54296F. Grayscale: #C1C1C1. Windows color (decimal): -5515632 or 9492139. OLE color: 9492139.

HSL color Cylindrical-coordinate representation of color #ABD690: hue angle of 96.86º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABD690 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 214 144 -
CMYK 0.20 0 0.33 0.16
HSL 96.86º 0.46% 0.7% -
HSV(B) 96.86º 0.33% 0.84% -
XYZ 45.88 58.76 35.31 -
YUV 193.16 100.25 112.19 -
System Red Green Blue C M Y K H S L
Decimal 171 214 144 0.20 0 0.33 0.16 96.86 0.46 0.7
Hex AB D6 90 14 0 21 10 61 2E 46
Octal 253 326 220 24 0 41 20 141 56 106
Binary 10101011 11010110 10010000 10100 0 100001 10000 1100001 101110 1000110

Color Harmonies of #ABD690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD690

Black with #ABD690

Text Example


Text Example

White with #ABD690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD690; }

 p { color: rgb(171,214,144); }

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

background-color css

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

 a { background-color: rgb(171,214,144); }

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

border-color css

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

 span { border-color: rgb(171,214,144); }

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