Html Css Color HEX #ACF175 Feijoa

📋 copy color: '#ACF175'

red 172 ◦ green 241 ◦ blue 117

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

Shades of Feijoa #ACF175

Tints of Feijoa #ACF175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.08%

R = 32.45%
G = 45.47%
B = 22.08%

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

#ACF175 (or 0xACF175) is known color: Feijoa. HEX triplet: AC, F1 and 75. RGB value is (172,241,117). Sum of RGB (Red+Green+Blue) = 172+241+117=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 241 (94.53% from 255 or 45.47% from 530); Blue value is 117 (46.09% from 255 or 22.08% from 530); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF175 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF175 is #530E8A. Grayscale: #CECECE. Windows color (decimal): -5443211 or 7729580. OLE color: 7729580.

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

Color convert

RGB 172 241 117 -
CMYK 0.29 0 0.51 0.05
HSL 93.39º 0.82% 0.7% -
HSV(B) 93.39º 0.51% 0.95% -
XYZ 51.68 72.97 28.19 -
YUV 206.23 77.64 103.58 -
System Red Green Blue C M Y K H S L
Decimal 172 241 117 0.29 0 0.51 0.05 93.39 0.82 0.7
Hex AC F1 75 1D 0 33 5 5D 52 46
Octal 254 361 165 35 0 63 5 135 122 106
Binary 10101100 11110001 1110101 11101 0 110011 101 1011101 1010010 1000110

Color Harmonies of #ACF175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF175

Black with #ACF175

Text Example


Text Example

White with #ACF175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF175; }

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

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

background-color css

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

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

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

border-color css

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

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

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