Html Css Color HEX #ACF177 Feijoa

📋 copy color: '#ACF177'

red 172 ◦ green 241 ◦ blue 119

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

Shades of Feijoa #ACF177

Tints of Feijoa #ACF177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 22.37%

R = 32.33%
G = 45.3%
B = 22.37%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#ACF177 (or 0xACF177) is known color: Feijoa. HEX triplet: AC, F1 and 77. RGB value is (172,241,119). Sum of RGB (Red+Green+Blue) = 172+241+119=532 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.33% from 532); Green value is 241 (94.53% from 255 or 45.30% from 532); Blue value is 119 (46.88% from 255 or 22.37% from 532); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF177 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF177 is #530E88. Grayscale: #CECECE. Windows color (decimal): -5443209 or 7860652. OLE color: 7860652.

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

Color convert

RGB 172 241 119 -
CMYK 0.29 0 0.51 0.05
HSL 93.93º 0.81% 0.71% -
HSV(B) 93.93º 0.51% 0.95% -
XYZ 51.8 73.01 28.82 -
YUV 206.46 78.64 103.42 -
System Red Green Blue C M Y K H S L
Decimal 172 241 119 0.29 0 0.51 0.05 93.93 0.81 0.71
Hex AC F1 77 1D 0 33 5 5E 51 47
Octal 254 361 167 35 0 63 5 136 121 107
Binary 10101100 11110001 1110111 11101 0 110011 101 1011110 1010001 1000111

Color Harmonies of #ACF177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF177

Black with #ACF177

Text Example


Text Example

White with #ACF177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF177; }

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

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

background-color css

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

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

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

border-color css

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

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

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