Html Css Color HEX #ACF073 Feijoa

📋 copy color: '#ACF073'

red 172 ◦ green 240 ◦ blue 115

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

Shades of Feijoa #ACF073

Tints of Feijoa #ACF073

RGB

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

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

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

R = 32.64%
G = 45.54%
B = 21.82%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#ACF073 (or 0xACF073) is known color: Feijoa. HEX triplet: AC, F0 and 73. RGB value is (172,240,115). Sum of RGB (Red+Green+Blue) = 172+240+115=527 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.64% from 527); Green value is 240 (94.14% from 255 or 45.54% from 527); Blue value is 115 (45.31% from 255 or 21.82% from 527); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF073 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF073 is #530F8C. Grayscale: #CDCDCD. Windows color (decimal): -5443469 or 7598252. OLE color: 7598252.

HSL color Cylindrical-coordinate representation of color #ACF073: hue angle of 92.64º 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 #ACF073 is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 240 115 -
CMYK 0.28 0 0.52 0.06
HSL 92.64º 0.81% 0.7% -
HSV(B) 92.64º 0.52% 0.94% -
XYZ 51.27 72.33 27.48 -
YUV 205.42 76.97 104.16 -
System Red Green Blue C M Y K H S L
Decimal 172 240 115 0.28 0 0.52 0.06 92.64 0.81 0.7
Hex AC F0 73 1C 0 34 6 5D 51 46
Octal 254 360 163 34 0 64 6 135 121 106
Binary 10101100 11110000 1110011 11100 0 110100 110 1011101 1010001 1000110

Color Harmonies of #ACF073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF073

Black with #ACF073

Text Example


Text Example

White with #ACF073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF073; }

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

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

background-color css

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

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

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

border-color css

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

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

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