Html Css Color HEX #ACF070 Feijoa

📋 copy color: '#ACF070'

red 172 ◦ green 240 ◦ blue 112

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

Shades of Feijoa #ACF070

Tints of Feijoa #ACF070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.37%

R = 32.82%
G = 45.8%
B = 21.37%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.53

 K value IS 0.06

RGB Variations

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

Color information

#ACF070 (or 0xACF070) is known color: Feijoa. HEX triplet: AC, F0 and 70. RGB value is (172,240,112). Sum of RGB (Red+Green+Blue) = 172+240+112=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 240 (94.14% from 255 or 45.80% from 524); Blue value is 112 (44.14% from 255 or 21.37% from 524); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF070 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF070 is #530F8F. Grayscale: #CDCDCD. Windows color (decimal): -5443472 or 7401644. OLE color: 7401644.

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

Color convert

RGB 172 240 112 -
CMYK 0.28 0 0.53 0.06
HSL 91.88º 0.81% 0.69% -
HSV(B) 91.88º 0.53% 0.94% -
XYZ 51.1 72.26 26.58 -
YUV 205.08 75.47 104.41 -
System Red Green Blue C M Y K H S L
Decimal 172 240 112 0.28 0 0.53 0.06 91.88 0.81 0.69
Hex AC F0 70 1C 0 35 6 5C 51 45
Octal 254 360 160 34 0 65 6 134 121 105
Binary 10101100 11110000 1110000 11100 0 110101 110 1011100 1010001 1000101

Color Harmonies of #ACF070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF070

Black with #ACF070

Text Example


Text Example

White with #ACF070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF070; }

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

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

background-color css

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

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

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

border-color css

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

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

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