Html Css Color HEX #ACF530 Green Yellow

📋 copy color: '#ACF530'

red 172 ◦ green 245 ◦ blue 48

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

Shades of Green Yellow #ACF530

Tints of Green Yellow #ACF530

RGB

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

 GREEN value IS 245 (96.09% from 255) = 52.69%

 BLUE value IS 48 (19.14% from 255) = 10.32%

R = 36.99%
G = 52.69%
B = 10.32%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#ACF530 (or 0xACF530) is known color: Green Yellow. HEX triplet: AC, F5 and 30. RGB value is (172,245,48). Sum of RGB (Red+Green+Blue) = 172+245+48=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 245 (96.09% from 255 or 52.69% from 465); Blue value is 48 (19.14% from 255 or 10.32% from 465); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF530 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF530 is #530ACF. Grayscale: #C9C9C9. Windows color (decimal): -5442256 or 3208620. OLE color: 3208620.

HSL color Cylindrical-coordinate representation of color #ACF530: hue angle of 82.23º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ACF530 is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 245 48 -
CMYK 0.30 0 0.80 0.04
HSL 82.23º 0.91% 0.57% -
HSV(B) 82.23º 0.8% 0.96% -
XYZ 50.2 74.29 14.49 -
YUV 200.72 41.82 107.52 -
System Red Green Blue C M Y K H S L
Decimal 172 245 48 0.30 0 0.80 0.04 82.23 0.91 0.57
Hex AC F5 30 1E 0 50 4 52 5B 39
Octal 254 365 60 36 0 120 4 122 133 71
Binary 10101100 11110101 110000 11110 0 1010000 100 1010010 1011011 111001

Color Harmonies of #ACF530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF530

Black with #ACF530

Text Example


Text Example

White with #ACF530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF530; }

 p { color: rgb(172,245,48); }

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

background-color css

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

 a { background-color: rgb(172,245,48); }

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

border-color css

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

 span { border-color: rgb(172,245,48); }

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