Html Css Color HEX #ABD472 Feijoa

📋 copy color: '#ABD472'

red 171 ◦ green 212 ◦ blue 114

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

Shades of Feijoa #ABD472

Tints of Feijoa #ABD472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.94%

R = 34.41%
G = 42.66%
B = 22.94%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#ABD472 (or 0xABD472) is known color: Feijoa. HEX triplet: AB, D4 and 72. RGB value is (171,212,114). Sum of RGB (Red+Green+Blue) = 171+212+114=497 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.41% from 497); Green value is 212 (83.20% from 255 or 42.66% from 497); Blue value is 114 (44.92% from 255 or 22.94% from 497); Max value from RGB is 212 - color contains mainly: green. Hex color #ABD472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD472 is #542B8D. Grayscale: #BCBCBC. Windows color (decimal): -5516174 or 7525547. OLE color: 7525547.

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

Color convert

RGB 171 212 114 -
CMYK 0.19 0 0.46 0.17
HSL 85.1º 0.53% 0.64% -
HSV(B) 85.1º 0.46% 0.83% -
XYZ 43.38 56.96 24.63 -
YUV 188.57 85.92 115.47 -
System Red Green Blue C M Y K H S L
Decimal 171 212 114 0.19 0 0.46 0.17 85.1 0.53 0.64
Hex AB D4 72 13 0 2E 11 55 35 40
Octal 253 324 162 23 0 56 21 125 65 100
Binary 10101011 11010100 1110010 10011 0 101110 10001 1010101 110101 1000000

Color Harmonies of #ABD472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD472

Black with #ABD472

Text Example


Text Example

White with #ABD472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD472; }

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

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

background-color css

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

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

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

border-color css

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

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

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