Html Css Color HEX #ACF240 Green Yellow

📋 copy color: '#ACF240'

red 172 ◦ green 242 ◦ blue 64

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

Shades of Green Yellow #ACF240

Tints of Green Yellow #ACF240

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50.63%

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

R = 35.98%
G = 50.63%
B = 13.39%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#ACF240 (or 0xACF240) is known color: Green Yellow. HEX triplet: AC, F2 and 40. RGB value is (172,242,64). Sum of RGB (Red+Green+Blue) = 172+242+64=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 242 (94.92% from 255 or 50.63% from 478); Blue value is 64 (25.39% from 255 or 13.39% from 478); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF240 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF240 is #530DBF. Grayscale: #C9C9C9. Windows color (decimal): -5443008 or 4256428. OLE color: 4256428.

HSL color Cylindrical-coordinate representation of color #ACF240: hue angle of 83.6º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ACF240 is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 242 64 -
CMYK 0.29 0 0.74 0.05
HSL 83.6º 0.87% 0.6% -
HSV(B) 83.6º 0.74% 0.95% -
XYZ 49.69 72.65 16.25 -
YUV 200.78 50.81 107.47 -
System Red Green Blue C M Y K H S L
Decimal 172 242 64 0.29 0 0.74 0.05 83.6 0.87 0.6
Hex AC F2 40 1D 0 4A 5 54 57 3C
Octal 254 362 100 35 0 112 5 124 127 74
Binary 10101100 11110010 1000000 11101 0 1001010 101 1010100 1010111 111100

Color Harmonies of #ACF240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF240

Black with #ACF240

Text Example


Text Example

White with #ACF240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF240; }

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

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

background-color css

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

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

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

border-color css

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

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

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