Html Css Color HEX #ABF574 Feijoa

📋 copy color: '#ABF574'

red 171 ◦ green 245 ◦ blue 116

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

Shades of Feijoa #ABF574

Tints of Feijoa #ABF574

RGB

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

 GREEN value IS 245 (96.09% from 255) = 46.05%

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

R = 32.14%
G = 46.05%
B = 21.8%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#ABF574 (or 0xABF574) is known color: Feijoa. HEX triplet: AB, F5 and 74. RGB value is (171,245,116). Sum of RGB (Red+Green+Blue) = 171+245+116=532 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.14% from 532); Green value is 245 (96.09% from 255 or 46.05% from 532); Blue value is 116 (45.70% from 255 or 21.80% from 532); Max value from RGB is 245 - color contains mainly: green. Hex color #ABF574 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF574 is #540A8B. Grayscale: #D0D0D0. Windows color (decimal): -5507724 or 7665067. OLE color: 7665067.

HSL color Cylindrical-coordinate representation of color #ABF574: hue angle of 94.42º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ABF574 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 171 245 116 -
CMYK 0.30 0 0.53 0.04
HSL 94.42º 0.87% 0.71% -
HSV(B) 94.42º 0.53% 0.96% -
XYZ 52.6 75.22 28.27 -
YUV 208.17 75.98 101.49 -
System Red Green Blue C M Y K H S L
Decimal 171 245 116 0.30 0 0.53 0.04 94.42 0.87 0.71
Hex AB F5 74 1E 0 35 4 5E 57 47
Octal 253 365 164 36 0 65 4 136 127 107
Binary 10101011 11110101 1110100 11110 0 110101 100 1011110 1010111 1000111

Color Harmonies of #ABF574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF574

Black with #ABF574

Text Example


Text Example

White with #ABF574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF574; }

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

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

background-color css

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

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

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

border-color css

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

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

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