Html Css Color HEX #ABF575 Feijoa

📋 copy color: '#ABF575'

red 171 ◦ green 245 ◦ blue 117

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

Shades of Feijoa #ABF575

Tints of Feijoa #ABF575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 21.95%

R = 32.08%
G = 45.97%
B = 21.95%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#ABF575 (or 0xABF575) is known color: Feijoa. HEX triplet: AB, F5 and 75. RGB value is (171,245,117). Sum of RGB (Red+Green+Blue) = 171+245+117=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 245 (96.09% from 255 or 45.97% from 533); Blue value is 117 (46.09% from 255 or 21.95% from 533); Max value from RGB is 245 - color contains mainly: green. Hex color #ABF575 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF575 is #540A8A. Grayscale: #D0D0D0. Windows color (decimal): -5507723 or 7730603. OLE color: 7730603.

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

Color convert

RGB 171 245 117 -
CMYK 0.30 0 0.52 0.04
HSL 94.69º 0.86% 0.71% -
HSV(B) 94.69º 0.52% 0.96% -
XYZ 52.66 75.25 28.58 -
YUV 208.28 76.48 101.41 -
System Red Green Blue C M Y K H S L
Decimal 171 245 117 0.30 0 0.52 0.04 94.69 0.86 0.71
Hex AB F5 75 1E 0 34 4 5F 56 47
Octal 253 365 165 36 0 64 4 137 126 107
Binary 10101011 11110101 1110101 11110 0 110100 100 1011111 1010110 1000111

Color Harmonies of #ABF575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF575

Black with #ABF575

Text Example


Text Example

White with #ABF575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF575; }

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

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

background-color css

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

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

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

border-color css

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

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

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