Html Css Color HEX #ACF128 Green Yellow

📋 copy color: '#ACF128'

red 172 ◦ green 241 ◦ blue 40

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

Shades of Green Yellow #ACF128

Tints of Green Yellow #ACF128

RGB

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

 GREEN value IS 241 (94.53% from 255) = 53.2%

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

R = 37.97%
G = 53.2%
B = 8.83%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#ACF128 (or 0xACF128) is known color: Green Yellow. HEX triplet: AC, F1 and 28. RGB value is (172,241,40). Sum of RGB (Red+Green+Blue) = 172+241+40=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 241 (94.53% from 255 or 53.20% from 453); Blue value is 40 (16.02% from 255 or 8.83% from 453); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF128 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF128 is #530ED7. Grayscale: #C6C6C6. Windows color (decimal): -5443288 or 2683308. OLE color: 2683308.

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

Color convert

RGB 172 241 40 -
CMYK 0.29 0 0.83 0.05
HSL 80.6º 0.88% 0.55% -
HSV(B) 80.6º 0.83% 0.95% -
XYZ 48.85 71.83 13.3 -
YUV 197.46 39.14 109.84 -
System Red Green Blue C M Y K H S L
Decimal 172 241 40 0.29 0 0.83 0.05 80.6 0.88 0.55
Hex AC F1 28 1D 0 53 5 51 58 37
Octal 254 361 50 35 0 123 5 121 130 67
Binary 10101100 11110001 101000 11101 0 1010011 101 1010001 1011000 110111

Color Harmonies of #ACF128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF128

Black with #ACF128

Text Example


Text Example

White with #ACF128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF128; }

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

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

background-color css

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

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

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

border-color css

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

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

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