Html Css Color HEX #ABD474 Feijoa

📋 copy color: '#ABD474'

red 171 ◦ green 212 ◦ blue 116

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

Shades of Feijoa #ABD474

Tints of Feijoa #ABD474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.25%

R = 34.27%
G = 42.48%
B = 23.25%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#ABD474 (or 0xABD474) is known color: Feijoa. HEX triplet: AB, D4 and 74. RGB value is (171,212,116). Sum of RGB (Red+Green+Blue) = 171+212+116=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 212 (83.20% from 255 or 42.48% from 499); Blue value is 116 (45.70% from 255 or 23.25% from 499); Max value from RGB is 212 - color contains mainly: green. Hex color #ABD474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABD474 is #542B8B. Grayscale: #BDBDBD. Windows color (decimal): -5516172 or 7656619. OLE color: 7656619.

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

Color convert

RGB 171 212 116 -
CMYK 0.19 0 0.45 0.17
HSL 85.62º 0.53% 0.64% -
HSV(B) 85.62º 0.45% 0.83% -
XYZ 43.49 57.01 25.23 -
YUV 188.8 86.92 115.31 -
System Red Green Blue C M Y K H S L
Decimal 171 212 116 0.19 0 0.45 0.17 85.62 0.53 0.64
Hex AB D4 74 13 0 2D 11 56 35 40
Octal 253 324 164 23 0 55 21 126 65 100
Binary 10101011 11010100 1110100 10011 0 101101 10001 1010110 110101 1000000

Color Harmonies of #ABD474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD474

Black with #ABD474

Text Example


Text Example

White with #ABD474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD474; }

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

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

background-color css

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

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

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

border-color css

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

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

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