Html Css Color HEX #ABF175 Feijoa

📋 copy color: '#ABF175'

red 171 ◦ green 241 ◦ blue 117

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

Shades of Feijoa #ABF175

Tints of Feijoa #ABF175

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.56%

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

R = 32.33%
G = 45.56%
B = 22.12%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#ABF175 (or 0xABF175) is known color: Feijoa. HEX triplet: AB, F1 and 75. RGB value is (171,241,117). Sum of RGB (Red+Green+Blue) = 171+241+117=529 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.33% from 529); Green value is 241 (94.53% from 255 or 45.56% from 529); Blue value is 117 (46.09% from 255 or 22.12% from 529); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF175 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF175 is #540E8A. Grayscale: #CECECE. Windows color (decimal): -5508747 or 7729579. OLE color: 7729579.

HSL color Cylindrical-coordinate representation of color #ABF175: hue angle of 93.87º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ABF175 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB 171 241 117 -
CMYK 0.29 0 0.51 0.05
HSL 93.87º 0.82% 0.7% -
HSV(B) 93.87º 0.51% 0.95% -
XYZ 51.46 72.85 28.18 -
YUV 205.93 77.81 103.08 -
System Red Green Blue C M Y K H S L
Decimal 171 241 117 0.29 0 0.51 0.05 93.87 0.82 0.7
Hex AB F1 75 1D 0 33 5 5E 52 46
Octal 253 361 165 35 0 63 5 136 122 106
Binary 10101011 11110001 1110101 11101 0 110011 101 1011110 1010010 1000110

Color Harmonies of #ABF175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF175

Black with #ABF175

Text Example


Text Example

White with #ABF175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF175; }

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

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

background-color css

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

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

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

border-color css

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

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

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