Html Css Color HEX #ACF035 Green Yellow

📋 copy color: '#ACF035'

red 172 ◦ green 240 ◦ blue 53

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

Shades of Green Yellow #ACF035

Tints of Green Yellow #ACF035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.4%

R = 36.99%
G = 51.61%
B = 11.4%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#ACF035 (or 0xACF035) is known color: Green Yellow. HEX triplet: AC, F0 and 35. RGB value is (172,240,53). Sum of RGB (Red+Green+Blue) = 172+240+53=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 240 (94.14% from 255 or 51.61% from 465); Blue value is 53 (21.09% from 255 or 11.40% from 465); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF035 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF035 is #530FCA. Grayscale: #C7C7C7. Windows color (decimal): -5443531 or 3535020. OLE color: 3535020.

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

Color convert

RGB 172 240 53 -
CMYK 0.28 0 0.78 0.06
HSL 81.82º 0.86% 0.57% -
HSV(B) 81.82º 0.78% 0.94% -
XYZ 48.82 71.35 14.57 -
YUV 198.35 45.97 109.21 -
System Red Green Blue C M Y K H S L
Decimal 172 240 53 0.28 0 0.78 0.06 81.82 0.86 0.57
Hex AC F0 35 1C 0 4E 6 52 56 39
Octal 254 360 65 34 0 116 6 122 126 71
Binary 10101100 11110000 110101 11100 0 1001110 110 1010010 1010110 111001

Color Harmonies of #ACF035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF035

Black with #ACF035

Text Example


Text Example

White with #ACF035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF035; }

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

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

background-color css

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

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

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

border-color css

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

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

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