Html Css Color HEX #ACF275 Feijoa

📋 copy color: '#ACF275'

red 172 ◦ green 242 ◦ blue 117

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

Shades of Feijoa #ACF275

Tints of Feijoa #ACF275

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.57%

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

R = 32.39%
G = 45.57%
B = 22.03%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#ACF275 (or 0xACF275) is known color: Feijoa. HEX triplet: AC, F2 and 75. RGB value is (172,242,117). Sum of RGB (Red+Green+Blue) = 172+242+117=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 242 (94.92% from 255 or 45.57% from 531); Blue value is 117 (46.09% from 255 or 22.03% from 531); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF275 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF275 is #530D8A. Grayscale: #CFCFCF. Windows color (decimal): -5442955 or 7729836. OLE color: 7729836.

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

Color convert

RGB 172 242 117 -
CMYK 0.29 0 0.52 0.05
HSL 93.6º 0.83% 0.7% -
HSV(B) 93.6º 0.52% 0.95% -
XYZ 51.98 73.56 28.29 -
YUV 206.82 77.31 103.16 -
System Red Green Blue C M Y K H S L
Decimal 172 242 117 0.29 0 0.52 0.05 93.6 0.83 0.7
Hex AC F2 75 1D 0 34 5 5E 53 46
Octal 254 362 165 35 0 64 5 136 123 106
Binary 10101100 11110010 1110101 11101 0 110100 101 1011110 1010011 1000110

Color Harmonies of #ACF275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF275

Black with #ACF275

Text Example


Text Example

White with #ACF275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF275; }

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

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

background-color css

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

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

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

border-color css

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

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

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