Html Css Color HEX #ACF328 Green Yellow

📋 copy color: '#ACF328'

red 172 ◦ green 243 ◦ blue 40

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

Shades of Green Yellow #ACF328

Tints of Green Yellow #ACF328

RGB

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

 GREEN value IS 243 (95.31% from 255) = 53.41%

 BLUE value IS 40 (16.02% from 255) = 8.79%

R = 37.8%
G = 53.41%
B = 8.79%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#ACF328 (or 0xACF328) is known color: Green Yellow. HEX triplet: AC, F3 and 28. RGB value is (172,243,40). Sum of RGB (Red+Green+Blue) = 172+243+40=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 243 (95.31% from 255 or 53.41% from 455); Blue value is 40 (16.02% from 255 or 8.79% from 455); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF328 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF328 is #530CD7. Grayscale: #C7C7C7. Windows color (decimal): -5442776 or 2683820. OLE color: 2683820.

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

Color convert

RGB 172 243 40 -
CMYK 0.29 0 0.84 0.05
HSL 80.99º 0.89% 0.55% -
HSV(B) 80.99º 0.84% 0.95% -
XYZ 49.45 73.03 13.5 -
YUV 198.63 38.48 109.01 -
System Red Green Blue C M Y K H S L
Decimal 172 243 40 0.29 0 0.84 0.05 80.99 0.89 0.55
Hex AC F3 28 1D 0 54 5 51 59 37
Octal 254 363 50 35 0 124 5 121 131 67
Binary 10101100 11110011 101000 11101 0 1010100 101 1010001 1011001 110111

Color Harmonies of #ACF328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF328

Black with #ACF328

Text Example


Text Example

White with #ACF328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF328; }

 p { color: rgb(172,243,40); }

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

background-color css

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

 a { background-color: rgb(172,243,40); }

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

border-color css

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

 span { border-color: rgb(172,243,40); }

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