Html Css Color HEX #ACF945 Green Yellow

📋 copy color: '#ACF945'

red 172 ◦ green 249 ◦ blue 69

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

Shades of Green Yellow #ACF945

Tints of Green Yellow #ACF945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.08%

R = 35.1%
G = 50.82%
B = 14.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#ACF945 (or 0xACF945) is known color: Green Yellow. HEX triplet: AC, F9 and 45. RGB value is (172,249,69). Sum of RGB (Red+Green+Blue) = 172+249+69=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 249 (97.66% from 255 or 50.82% from 490); Blue value is 69 (27.34% from 255 or 14.08% from 490); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF945 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF945 is #5306BA. Grayscale: #CECECE. Windows color (decimal): -5441211 or 4585900. OLE color: 4585900.

HSL color Cylindrical-coordinate representation of color #ACF945: hue angle of 85.67º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ACF945 is Cyan = 0.31, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 249 69 -
CMYK 0.31 0 0.72 0.02
HSL 85.67º 0.94% 0.62% -
HSV(B) 85.67º 0.72% 0.98% -
XYZ 51.96 76.95 17.74 -
YUV 205.46 50.99 104.14 -
System Red Green Blue C M Y K H S L
Decimal 172 249 69 0.31 0 0.72 0.02 85.67 0.94 0.62
Hex AC F9 45 1F 0 48 2 56 5E 3E
Octal 254 371 105 37 0 110 2 126 136 76
Binary 10101100 11111001 1000101 11111 0 1001000 10 1010110 1011110 111110

Color Harmonies of #ACF945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF945

Black with #ACF945

Text Example


Text Example

White with #ACF945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF945; }

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

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

background-color css

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

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

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

border-color css

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

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

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