Html Css Color HEX #ACF875 Feijoa

📋 copy color: '#ACF875'

red 172 ◦ green 248 ◦ blue 117

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

Shades of Feijoa #ACF875

Tints of Feijoa #ACF875

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.18%

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

R = 32.03%
G = 46.18%
B = 21.79%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#ACF875 (or 0xACF875) is known color: Feijoa. HEX triplet: AC, F8 and 75. RGB value is (172,248,117). Sum of RGB (Red+Green+Blue) = 172+248+117=537 (71% of max value = 765). Red value is 172 (67.58% from 255 or 32.03% from 537); Green value is 248 (97.27% from 255 or 46.18% from 537); Blue value is 117 (46.09% from 255 or 21.79% from 537); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF875 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF875 is #53078A. Grayscale: #D2D2D2. Windows color (decimal): -5441419 or 7731372. OLE color: 7731372.

HSL color Cylindrical-coordinate representation of color #ACF875: hue angle of 94.81º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #ACF875 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 248 117 -
CMYK 0.31 0 0.53 0.03
HSL 94.81º 0.9% 0.72% -
HSV(B) 94.81º 0.53% 0.97% -
XYZ 53.79 77.19 28.89 -
YUV 210.34 75.32 100.65 -
System Red Green Blue C M Y K H S L
Decimal 172 248 117 0.31 0 0.53 0.03 94.81 0.9 0.72
Hex AC F8 75 1F 0 35 3 5F 5A 48
Octal 254 370 165 37 0 65 3 137 132 110
Binary 10101100 11111000 1110101 11111 0 110101 11 1011111 1011010 1001000

Color Harmonies of #ACF875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF875

Black with #ACF875

Text Example


Text Example

White with #ACF875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF875; }

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

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

background-color css

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

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

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

border-color css

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

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

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