Html Css Color HEX #ACFF7C Feijoa

📋 copy color: '#ACFF7C'

red 172 ◦ green 255 ◦ blue 124

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

Shades of Feijoa #ACFF7C

Tints of Feijoa #ACFF7C

RGB

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

 GREEN value IS 255 (100% from 255) = 46.28%

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

R = 31.22%
G = 46.28%
B = 22.5%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#ACFF7C (or 0xACFF7C) is known color: Feijoa. HEX triplet: AC, FF and 7C. RGB value is (172,255,124). Sum of RGB (Red+Green+Blue) = 172+255+124=551 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.22% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 124 (48.83% from 255 or 22.50% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFF7C is #530083. Grayscale: #D7D7D7. Windows color (decimal): -5439620 or 8191916. OLE color: 8191916.

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

Color convert

RGB 172 255 124 -
CMYK 0.33 0 0.51 0
HSL 98.02º 1% 0.74% -
HSV(B) 98.02º 0.51% 1% -
XYZ 56.41 81.75 31.87 -
YUV 215.25 76.5 97.15 -
System Red Green Blue C M Y K H S L
Decimal 172 255 124 0.33 0 0.51 0 98.02 1 0.74
Hex AC FF 7C 21 0 33 0 62 64 4A
Octal 254 377 174 41 0 63 0 142 144 112
Binary 10101100 11111111 1111100 100001 0 110011 0 1100010 1100100 1001010

Color Harmonies of #ACFF7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFF7C

Black with #ACFF7C

Text Example


Text Example

White with #ACFF7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFF7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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