Html Css Color HEX #ACF642 Green Yellow

📋 copy color: '#ACF642'

red 172 ◦ green 246 ◦ blue 66

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

Shades of Green Yellow #ACF642

Tints of Green Yellow #ACF642

RGB

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

 GREEN value IS 246 (96.48% from 255) = 50.83%

 BLUE value IS 66 (26.17% from 255) = 13.64%

R = 35.54%
G = 50.83%
B = 13.64%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.73

 K value IS 0.04

RGB Variations

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

Color information

#ACF642 (or 0xACF642) is known color: Green Yellow. HEX triplet: AC, F6 and 42. RGB value is (172,246,66). Sum of RGB (Red+Green+Blue) = 172+246+66=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 246 (96.48% from 255 or 50.83% from 484); Blue value is 66 (26.17% from 255 or 13.64% from 484); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF642 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF642 is #5309BD. Grayscale: #CBCBCB. Windows color (decimal): -5441982 or 4388524. OLE color: 4388524.

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

Color convert

RGB 172 246 66 -
CMYK 0.30 0 0.73 0.04
HSL 84.67º 0.91% 0.61% -
HSV(B) 84.67º 0.73% 0.96% -
XYZ 50.95 75.08 16.96 -
YUV 203.35 50.48 105.64 -
System Red Green Blue C M Y K H S L
Decimal 172 246 66 0.30 0 0.73 0.04 84.67 0.91 0.61
Hex AC F6 42 1E 0 49 4 55 5B 3D
Octal 254 366 102 36 0 111 4 125 133 75
Binary 10101100 11110110 1000010 11110 0 1001001 100 1010101 1011011 111101

Color Harmonies of #ACF642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF642

Black with #ACF642

Text Example


Text Example

White with #ACF642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF642; }

 p { color: rgb(172,246,66); }

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

background-color css

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

 a { background-color: rgb(172,246,66); }

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

border-color css

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

 span { border-color: rgb(172,246,66); }

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