Html Css Color HEX #ABD282 Feijoa

📋 copy color: '#ABD282'

red 171 ◦ green 210 ◦ blue 130

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

Shades of Feijoa #ABD282

Tints of Feijoa #ABD282

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.1%

 BLUE value IS 130 (51.17% from 255) = 25.44%

R = 33.46%
G = 41.1%
B = 25.44%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#ABD282 (or 0xABD282) is known color: Feijoa. HEX triplet: AB, D2 and 82. RGB value is (171,210,130). Sum of RGB (Red+Green+Blue) = 171+210+130=511 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.46% from 511); Green value is 210 (82.42% from 255 or 41.10% from 511); Blue value is 130 (51.17% from 255 or 25.44% from 511); Max value from RGB is 210 - color contains mainly: green. Hex color #ABD282 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD282 is #542D7D. Grayscale: #BDBDBD. Windows color (decimal): -5516670 or 8573611. OLE color: 8573611.

HSL color Cylindrical-coordinate representation of color #ABD282: hue angle of 89.25º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ABD282 is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 210 130 -
CMYK 0.19 0 0.38 0.18
HSL 89.25º 0.47% 0.67% -
HSV(B) 89.25º 0.38% 0.82% -
XYZ 43.87 56.36 29.69 -
YUV 189.22 94.58 115 -
System Red Green Blue C M Y K H S L
Decimal 171 210 130 0.19 0 0.38 0.18 89.25 0.47 0.67
Hex AB D2 82 13 0 26 12 59 2F 43
Octal 253 322 202 23 0 46 22 131 57 103
Binary 10101011 11010010 10000010 10011 0 100110 10010 1011001 101111 1000011

Color Harmonies of #ABD282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD282

Black with #ABD282

Text Example


Text Example

White with #ABD282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD282; }

 p { color: rgb(171,210,130); }

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

background-color css

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

 a { background-color: rgb(171,210,130); }

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

border-color css

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

 span { border-color: rgb(171,210,130); }

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