Html Css Color HEX #ACF170 Feijoa

📋 copy color: '#ACF170'

red 172 ◦ green 241 ◦ blue 112

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

Shades of Feijoa #ACF170

Tints of Feijoa #ACF170

RGB

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

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

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

R = 32.76%
G = 45.9%
B = 21.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#ACF170 (or 0xACF170) is known color: Feijoa. HEX triplet: AC, F1 and 70. RGB value is (172,241,112). Sum of RGB (Red+Green+Blue) = 172+241+112=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 241 (94.53% from 255 or 45.90% from 525); Blue value is 112 (44.14% from 255 or 21.33% from 525); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF170 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF170 is #530E8F. Grayscale: #CECECE. Windows color (decimal): -5443216 or 7401900. OLE color: 7401900.

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

Color convert

RGB 172 241 112 -
CMYK 0.29 0 0.54 0.05
HSL 92.09º 0.82% 0.69% -
HSV(B) 92.09º 0.54% 0.95% -
XYZ 51.39 72.85 26.68 -
YUV 205.66 75.14 103.99 -
System Red Green Blue C M Y K H S L
Decimal 172 241 112 0.29 0 0.54 0.05 92.09 0.82 0.69
Hex AC F1 70 1D 0 36 5 5C 52 45
Octal 254 361 160 35 0 66 5 134 122 105
Binary 10101100 11110001 1110000 11101 0 110110 101 1011100 1010010 1000101

Color Harmonies of #ACF170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF170

Black with #ACF170

Text Example


Text Example

White with #ACF170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF170; }

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

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

background-color css

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

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

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

border-color css

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

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

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