Html Css Color HEX #ACF373 Feijoa

📋 copy color: '#ACF373'

red 172 ◦ green 243 ◦ blue 115

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

Shades of Feijoa #ACF373

Tints of Feijoa #ACF373

RGB

 RED value IS 172 (67.58% from 255) = 32.45%

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

 BLUE value IS 115 (45.31% from 255) = 21.7%

R = 32.45%
G = 45.85%
B = 21.7%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#ACF373 (or 0xACF373) is known color: Feijoa. HEX triplet: AC, F3 and 73. RGB value is (172,243,115). Sum of RGB (Red+Green+Blue) = 172+243+115=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 243 (95.31% from 255 or 45.85% from 530); Blue value is 115 (45.31% from 255 or 21.70% from 530); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF373 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF373 is #530C8C. Grayscale: #CFCFCF. Windows color (decimal): -5442701 or 7599020. OLE color: 7599020.

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

Color convert

RGB 172 243 115 -
CMYK 0.29 0 0.53 0.05
HSL 93.28º 0.84% 0.7% -
HSV(B) 93.28º 0.53% 0.95% -
XYZ 52.16 74.11 27.78 -
YUV 207.18 75.98 102.91 -
System Red Green Blue C M Y K H S L
Decimal 172 243 115 0.29 0 0.53 0.05 93.28 0.84 0.7
Hex AC F3 73 1D 0 35 5 5D 54 46
Octal 254 363 163 35 0 65 5 135 124 106
Binary 10101100 11110011 1110011 11101 0 110101 101 1011101 1010100 1000110

Color Harmonies of #ACF373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF373

Black with #ACF373

Text Example


Text Example

White with #ACF373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF373; }

 p { color: rgb(172,243,115); }

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

background-color css

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

 a { background-color: rgb(172,243,115); }

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

border-color css

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

 span { border-color: rgb(172,243,115); }

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