Html Css Color HEX #ABF374 Feijoa

📋 copy color: '#ABF374'

red 171 ◦ green 243 ◦ blue 116

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

Shades of Feijoa #ABF374

Tints of Feijoa #ABF374

RGB

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

 GREEN value IS 243 (95.31% from 255) = 45.85%

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

R = 32.26%
G = 45.85%
B = 21.89%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#ABF374 (or 0xABF374) is known color: Feijoa. HEX triplet: AB, F3 and 74. RGB value is (171,243,116). Sum of RGB (Red+Green+Blue) = 171+243+116=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 243 (95.31% from 255 or 45.85% from 530); Blue value is 116 (45.70% from 255 or 21.89% from 530); Max value from RGB is 243 - color contains mainly: green. Hex color #ABF374 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF374 is #540C8B. Grayscale: #CFCFCF. Windows color (decimal): -5508236 or 7664555. OLE color: 7664555.

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

Color convert

RGB 171 243 116 -
CMYK 0.30 0 0.52 0.05
HSL 94.02º 0.84% 0.7% -
HSV(B) 94.02º 0.52% 0.95% -
XYZ 52 74.02 28.07 -
YUV 206.99 76.65 102.33 -
System Red Green Blue C M Y K H S L
Decimal 171 243 116 0.30 0 0.52 0.05 94.02 0.84 0.7
Hex AB F3 74 1E 0 34 5 5E 54 46
Octal 253 363 164 36 0 64 5 136 124 106
Binary 10101011 11110011 1110100 11110 0 110100 101 1011110 1010100 1000110

Color Harmonies of #ABF374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABF374

Black with #ABF374

Text Example


Text Example

White with #ABF374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABF374; }

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

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

background-color css

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

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

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

border-color css

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

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

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