Html Css Color HEX #ABD485 Feijoa

📋 copy color: '#ABD485'

red 171 ◦ green 212 ◦ blue 133

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

Shades of Feijoa #ABD485

Tints of Feijoa #ABD485

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.09%

 BLUE value IS 133 (52.34% from 255) = 25.78%

R = 33.14%
G = 41.09%
B = 25.78%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#ABD485 (or 0xABD485) is known color: Feijoa. HEX triplet: AB, D4 and 85. RGB value is (171,212,133). Sum of RGB (Red+Green+Blue) = 171+212+133=516 (68% of max value = 765). Red value is 171 (67.19% from 255 or 33.14% from 516); Green value is 212 (83.20% from 255 or 41.09% from 516); Blue value is 133 (52.34% from 255 or 25.78% from 516); Max value from RGB is 212 - color contains mainly: green. Hex color #ABD485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD485 is #542B7A. Grayscale: #BFBFBF. Windows color (decimal): -5516155 or 8770731. OLE color: 8770731.

HSL color Cylindrical-coordinate representation of color #ABD485: hue angle of 91.14º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ABD485 is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB 171 212 133 -
CMYK 0.19 0 0.37 0.17
HSL 91.14º 0.48% 0.68% -
HSV(B) 91.14º 0.37% 0.83% -
XYZ 44.57 57.44 30.93 -
YUV 190.74 95.42 113.92 -
System Red Green Blue C M Y K H S L
Decimal 171 212 133 0.19 0 0.37 0.17 91.14 0.48 0.68
Hex AB D4 85 13 0 25 11 5B 30 44
Octal 253 324 205 23 0 45 21 133 60 104
Binary 10101011 11010100 10000101 10011 0 100101 10001 1011011 110000 1000100

Color Harmonies of #ABD485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD485

Black with #ABD485

Text Example


Text Example

White with #ABD485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD485; }

 p { color: rgb(171,212,133); }

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

background-color css

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

 a { background-color: rgb(171,212,133); }

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

border-color css

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

 span { border-color: rgb(171,212,133); }

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