Html Css Color HEX #ABD298 Feijoa

📋 copy color: '#ABD298'

red 171 ◦ green 210 ◦ blue 152

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

Shades of Feijoa #ABD298

Tints of Feijoa #ABD298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 28.52%

R = 32.08%
G = 39.4%
B = 28.52%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#ABD298 (or 0xABD298) is known color: Feijoa. HEX triplet: AB, D2 and 98. RGB value is (171,210,152). Sum of RGB (Red+Green+Blue) = 171+210+152=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 152 (59.77% from 255 or 28.52% from 533); Max value from RGB is 210 - color contains mainly: green. Hex color #ABD298 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD298 is #542D67. Grayscale: #BFBFBF. Windows color (decimal): -5516648 or 10015403. OLE color: 10015403.

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

Color convert

RGB 171 210 152 -
CMYK 0.19 0 0.28 0.18
HSL 100.34º 0.39% 0.71% -
HSV(B) 100.34º 0.28% 0.82% -
XYZ 45.51 57.02 38.31 -
YUV 191.73 105.58 113.22 -
System Red Green Blue C M Y K H S L
Decimal 171 210 152 0.19 0 0.28 0.18 100.34 0.39 0.71
Hex AB D2 98 13 0 1C 12 64 27 47
Octal 253 322 230 23 0 34 22 144 47 107
Binary 10101011 11010010 10011000 10011 0 11100 10010 1100100 100111 1000111

Color Harmonies of #ABD298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD298

Black with #ABD298

Text Example


Text Example

White with #ABD298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD298; }

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

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

background-color css

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

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

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

border-color css

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

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

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