Html Css Color HEX #ACF178 Feijoa

📋 copy color: '#ACF178'

red 172 ◦ green 241 ◦ blue 120

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

Shades of Feijoa #ACF178

Tints of Feijoa #ACF178

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.22%

 BLUE value IS 120 (47.27% from 255) = 22.51%

R = 32.27%
G = 45.22%
B = 22.51%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#ACF178 (or 0xACF178) is known color: Feijoa. HEX triplet: AC, F1 and 78. RGB value is (172,241,120). Sum of RGB (Red+Green+Blue) = 172+241+120=533 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.27% from 533); Green value is 241 (94.53% from 255 or 45.22% from 533); Blue value is 120 (47.27% from 255 or 22.51% from 533); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF178 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF178 is #530E87. Grayscale: #CECECE. Windows color (decimal): -5443208 or 7926188. OLE color: 7926188.

HSL color Cylindrical-coordinate representation of color #ACF178: hue angle of 94.21º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ACF178 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 241 120 -
CMYK 0.29 0 0.50 0.05
HSL 94.21º 0.81% 0.71% -
HSV(B) 94.21º 0.5% 0.95% -
XYZ 51.86 73.04 29.13 -
YUV 206.58 79.14 103.34 -
System Red Green Blue C M Y K H S L
Decimal 172 241 120 0.29 0 0.50 0.05 94.21 0.81 0.71
Hex AC F1 78 1D 0 32 5 5E 51 47
Octal 254 361 170 35 0 62 5 136 121 107
Binary 10101100 11110001 1111000 11101 0 110010 101 1011110 1010001 1000111

Color Harmonies of #ACF178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF178

Black with #ACF178

Text Example


Text Example

White with #ACF178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF178; }

 p { color: rgb(172,241,120); }

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

background-color css

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

 a { background-color: rgb(172,241,120); }

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

border-color css

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

 span { border-color: rgb(172,241,120); }

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