Html Css Color HEX #ACFC7C Feijoa

📋 copy color: '#ACFC7C'

red 172 ◦ green 252 ◦ blue 124

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

Shades of Feijoa #ACFC7C

Tints of Feijoa #ACFC7C

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.99%

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

R = 31.39%
G = 45.99%
B = 22.63%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#ACFC7C (or 0xACFC7C) is known color: Feijoa. HEX triplet: AC, FC and 7C. RGB value is (172,252,124). Sum of RGB (Red+Green+Blue) = 172+252+124=548 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.39% from 548); Green value is 252 (98.83% from 255 or 45.99% from 548); Blue value is 124 (48.83% from 255 or 22.63% from 548); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFC7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFC7C is #530383. Grayscale: #D5D5D5. Windows color (decimal): -5440388 or 8191148. OLE color: 8191148.

HSL color Cylindrical-coordinate representation of color #ACFC7C: hue angle of 97.5º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ACFC7C is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 252 124 -
CMYK 0.32 0 0.51 0.01
HSL 97.5º 0.96% 0.74% -
HSV(B) 97.5º 0.51% 0.99% -
XYZ 55.46 79.85 31.56 -
YUV 213.49 77.5 98.41 -
System Red Green Blue C M Y K H S L
Decimal 172 252 124 0.32 0 0.51 0.01 97.5 0.96 0.74
Hex AC FC 7C 20 0 33 1 62 60 4A
Octal 254 374 174 40 0 63 1 142 140 112
Binary 10101100 11111100 1111100 100000 0 110011 1 1100010 1100000 1001010

Color Harmonies of #ACFC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFC7C

Black with #ACFC7C

Text Example


Text Example

White with #ACFC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFC7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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