Html Css Color HEX #ACF918 Green Yellow

📋 copy color: '#ACF918'

red 172 ◦ green 249 ◦ blue 24

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

Shades of Green Yellow #ACF918

Tints of Green Yellow #ACF918

RGB

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

 GREEN value IS 249 (97.66% from 255) = 55.96%

 BLUE value IS 24 (9.77% from 255) = 5.39%

R = 38.65%
G = 55.96%
B = 5.39%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#ACF918 (or 0xACF918) is known color: Green Yellow. HEX triplet: AC, F9 and 18. RGB value is (172,249,24). Sum of RGB (Red+Green+Blue) = 172+249+24=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 249 (97.66% from 255 or 55.96% from 445); Blue value is 24 (9.77% from 255 or 5.39% from 445); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF918 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #ACF918 is #5306E7. Grayscale: #C9C9C9. Windows color (decimal): -5441256 or 1636780. OLE color: 1636780.

HSL color Cylindrical-coordinate representation of color #ACF918: hue angle of 80.53º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACF918 is Cyan = 0.31, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 249 24 -
CMYK 0.31 0 0.90 0.02
HSL 80.53º 0.95% 0.54% -
HSV(B) 80.53º 0.9% 0.98% -
XYZ 51.05 76.59 12.96 -
YUV 200.33 28.49 107.8 -
System Red Green Blue C M Y K H S L
Decimal 172 249 24 0.31 0 0.90 0.02 80.53 0.95 0.54
Hex AC F9 18 1F 0 5A 2 51 5F 36
Octal 254 371 30 37 0 132 2 121 137 66
Binary 10101100 11111001 11000 11111 0 1011010 10 1010001 1011111 110110

Color Harmonies of #ACF918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF918

Black with #ACF918

Text Example


Text Example

White with #ACF918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF918; }

 p { color: rgb(172,249,24); }

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

background-color css

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

 a { background-color: rgb(172,249,24); }

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

border-color css

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

 span { border-color: rgb(172,249,24); }

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