Html Css Color HEX #ABF074 Feijoa

📋 copy color: '#ABF074'

red 171 ◦ green 240 ◦ blue 116

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

Shades of Feijoa #ABF074

Tints of Feijoa #ABF074

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.54%

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

R = 32.45%
G = 45.54%
B = 22.01%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#ABF074 (or 0xABF074) is known color: Feijoa. HEX triplet: AB, F0 and 74. RGB value is (171,240,116). Sum of RGB (Red+Green+Blue) = 171+240+116=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 240 (94.14% from 255 or 45.54% from 527); Blue value is 116 (45.70% from 255 or 22.01% from 527); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF074 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF074 is #540F8B. Grayscale: #CDCDCD. Windows color (decimal): -5509004 or 7663787. OLE color: 7663787.

HSL color Cylindrical-coordinate representation of color #ABF074: hue angle of 93.39º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ABF074 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 171 240 116 -
CMYK 0.29 0 0.52 0.06
HSL 93.39º 0.81% 0.7% -
HSV(B) 93.39º 0.52% 0.94% -
XYZ 51.11 72.24 27.77 -
YUV 205.23 77.64 103.58 -
System Red Green Blue C M Y K H S L
Decimal 171 240 116 0.29 0 0.52 0.06 93.39 0.81 0.7
Hex AB F0 74 1D 0 34 6 5D 51 46
Octal 253 360 164 35 0 64 6 135 121 106
Binary 10101011 11110000 1110100 11101 0 110100 110 1011101 1010001 1000110

Color Harmonies of #ABF074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF074

Black with #ABF074

Text Example


Text Example

White with #ABF074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF074; }

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

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

background-color css

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

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

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

border-color css

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

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

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