Html Css Color HEX #ABF077 Feijoa

📋 copy color: '#ABF077'

red 171 ◦ green 240 ◦ blue 119

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

Shades of Feijoa #ABF077

Tints of Feijoa #ABF077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.45%

R = 32.26%
G = 45.28%
B = 22.45%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#ABF077 (or 0xABF077) is known color: Feijoa. HEX triplet: AB, F0 and 77. RGB value is (171,240,119). Sum of RGB (Red+Green+Blue) = 171+240+119=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 240 (94.14% from 255 or 45.28% from 530); Blue value is 119 (46.88% from 255 or 22.45% from 530); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF077 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF077 is #540F88. Grayscale: #CDCDCD. Windows color (decimal): -5509001 or 7860395. OLE color: 7860395.

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

Color convert

RGB 171 240 119 -
CMYK 0.29 0 0.50 0.06
HSL 94.21º 0.8% 0.7% -
HSV(B) 94.21º 0.5% 0.94% -
XYZ 51.28 72.31 28.71 -
YUV 205.58 79.14 103.34 -
System Red Green Blue C M Y K H S L
Decimal 171 240 119 0.29 0 0.50 0.06 94.21 0.8 0.7
Hex AB F0 77 1D 0 32 6 5E 50 46
Octal 253 360 167 35 0 62 6 136 120 106
Binary 10101011 11110000 1110111 11101 0 110010 110 1011110 1010000 1000110

Color Harmonies of #ABF077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF077

Black with #ABF077

Text Example


Text Example

White with #ABF077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF077; }

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

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

background-color css

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

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

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

border-color css

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

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

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