Html Css Color HEX #ACF03A Green Yellow

📋 copy color: '#ACF03A'

red 172 ◦ green 240 ◦ blue 58

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

Shades of Green Yellow #ACF03A

Tints of Green Yellow #ACF03A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 51.06%

 BLUE value IS 58 (23.05% from 255) = 12.34%

R = 36.6%
G = 51.06%
B = 12.34%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#ACF03A (or 0xACF03A) is known color: Green Yellow. HEX triplet: AC, F0 and 3A. RGB value is (172,240,58). Sum of RGB (Red+Green+Blue) = 172+240+58=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 240 (94.14% from 255 or 51.06% from 470); Blue value is 58 (23.05% from 255 or 12.34% from 470); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF03A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF03A is #530FC5. Grayscale: #C7C7C7. Windows color (decimal): -5443526 or 3862700. OLE color: 3862700.

HSL color Cylindrical-coordinate representation of color #ACF03A: hue angle of 82.42º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ACF03A is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 240 58 -
CMYK 0.28 0 0.76 0.06
HSL 82.42º 0.86% 0.58% -
HSV(B) 82.42º 0.76% 0.94% -
XYZ 48.94 71.4 15.2 -
YUV 198.92 48.47 108.8 -
System Red Green Blue C M Y K H S L
Decimal 172 240 58 0.28 0 0.76 0.06 82.42 0.86 0.58
Hex AC F0 3A 1C 0 4C 6 52 56 3A
Octal 254 360 72 34 0 114 6 122 126 72
Binary 10101100 11110000 111010 11100 0 1001100 110 1010010 1010110 111010

Color Harmonies of #ACF03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF03A

Black with #ACF03A

Text Example


Text Example

White with #ACF03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF03A; }

 p { color: rgb(172,240,58); }

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

background-color css

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

 a { background-color: rgb(172,240,58); }

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

border-color css

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

 span { border-color: rgb(172,240,58); }

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