Html Css Color HEX #ACF87C Feijoa

📋 copy color: '#ACF87C'

red 172 ◦ green 248 ◦ blue 124

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

Shades of Feijoa #ACF87C

Tints of Feijoa #ACF87C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 22.79%

R = 31.62%
G = 45.59%
B = 22.79%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.5

 K value IS 0.03

RGB Variations

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

Color information

#ACF87C (or 0xACF87C) is known color: Feijoa. HEX triplet: AC, F8 and 7C. RGB value is (172,248,124). Sum of RGB (Red+Green+Blue) = 172+248+124=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 248 (97.27% from 255 or 45.59% from 544); Blue value is 124 (48.83% from 255 or 22.79% from 544); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF87C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF87C is #530783. Grayscale: #D3D3D3. Windows color (decimal): -5441412 or 8190124. OLE color: 8190124.

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

Color convert

RGB 172 248 124 -
CMYK 0.31 0 0.5 0.03
HSL 96.77º 0.9% 0.73% -
HSV(B) 96.77º 0.5% 0.97% -
XYZ 54.22 77.36 31.14 -
YUV 211.14 78.82 100.08 -
System Red Green Blue C M Y K H S L
Decimal 172 248 124 0.31 0 0.5 0.03 96.77 0.9 0.73
Hex AC F8 7C 1F 0 32 3 61 5A 49
Octal 254 370 174 37 0 62 3 141 132 111
Binary 10101100 11111000 1111100 11111 0 110010 11 1100001 1011010 1001001

Color Harmonies of #ACF87C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF87C

Black with #ACF87C

Text Example


Text Example

White with #ACF87C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF87C; }

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

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

background-color css

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

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

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

border-color css

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

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

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