Html Css Color HEX #ACFC40 Green Yellow

📋 copy color: '#ACFC40'

red 172 ◦ green 252 ◦ blue 64

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

Shades of Green Yellow #ACFC40

Tints of Green Yellow #ACFC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 13.11%

R = 35.25%
G = 51.64%
B = 13.11%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#ACFC40 (or 0xACFC40) is known color: Green Yellow. HEX triplet: AC, FC and 40. RGB value is (172,252,64). Sum of RGB (Red+Green+Blue) = 172+252+64=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 252 (98.83% from 255 or 51.64% from 488); Blue value is 64 (25.39% from 255 or 13.11% from 488); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFC40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACFC40 is #5303BF. Grayscale: #CFCFCF. Windows color (decimal): -5440448 or 4258988. OLE color: 4258988.

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

Color convert

RGB 172 252 64 -
CMYK 0.32 0 0.75 0.01
HSL 85.53º 0.97% 0.62% -
HSV(B) 85.53º 0.75% 0.99% -
XYZ 52.75 78.76 17.27 -
YUV 206.65 47.5 103.29 -
System Red Green Blue C M Y K H S L
Decimal 172 252 64 0.32 0 0.75 0.01 85.53 0.97 0.62
Hex AC FC 40 20 0 4B 1 56 61 3E
Octal 254 374 100 40 0 113 1 126 141 76
Binary 10101100 11111100 1000000 100000 0 1001011 1 1010110 1100001 111110

Color Harmonies of #ACFC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFC40

Black with #ACFC40

Text Example


Text Example

White with #ACFC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFC40; }

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

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

background-color css

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

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

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

border-color css

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

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

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