Html Css Color HEX #ABF072 Feijoa

📋 copy color: '#ABF072'

red 171 ◦ green 240 ◦ blue 114

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

Shades of Feijoa #ABF072

Tints of Feijoa #ABF072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 21.71%

R = 32.57%
G = 45.71%
B = 21.71%

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

#ABF072 (or 0xABF072) is known color: Feijoa. HEX triplet: AB, F0 and 72. RGB value is (171,240,114). Sum of RGB (Red+Green+Blue) = 171+240+114=525 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.57% from 525); Green value is 240 (94.14% from 255 or 45.71% from 525); Blue value is 114 (44.92% from 255 or 21.71% from 525); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF072 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF072 is #540F8D. Grayscale: #CDCDCD. Windows color (decimal): -5509006 or 7532715. OLE color: 7532715.

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

Color convert

RGB 171 240 114 -
CMYK 0.29 0 0.52 0.06
HSL 92.86º 0.81% 0.69% -
HSV(B) 92.86º 0.53% 0.94% -
XYZ 50.99 72.19 27.17 -
YUV 205.01 76.64 103.75 -
System Red Green Blue C M Y K H S L
Decimal 171 240 114 0.29 0 0.52 0.06 92.86 0.81 0.69
Hex AB F0 72 1D 0 34 6 5D 51 45
Octal 253 360 162 35 0 64 6 135 121 105
Binary 10101011 11110000 1110010 11101 0 110100 110 1011101 1010001 1000101

Color Harmonies of #ABF072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF072

Black with #ABF072

Text Example


Text Example

White with #ABF072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF072; }

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

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

background-color css

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

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

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

border-color css

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

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

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