Html Css Color HEX #ACF242 Green Yellow

📋 copy color: '#ACF242'

red 172 ◦ green 242 ◦ blue 66

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

Shades of Green Yellow #ACF242

Tints of Green Yellow #ACF242

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50.42%

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

R = 35.83%
G = 50.42%
B = 13.75%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#ACF242 (or 0xACF242) is known color: Green Yellow. HEX triplet: AC, F2 and 42. RGB value is (172,242,66). Sum of RGB (Red+Green+Blue) = 172+242+66=480 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.83% from 480); Green value is 242 (94.92% from 255 or 50.42% from 480); Blue value is 66 (26.17% from 255 or 13.75% from 480); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF242 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF242 is #530DBD. Grayscale: #C9C9C9. Windows color (decimal): -5443006 or 4387500. OLE color: 4387500.

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

Color convert

RGB 172 242 66 -
CMYK 0.29 0 0.73 0.05
HSL 83.86º 0.87% 0.6% -
HSV(B) 83.86º 0.73% 0.95% -
XYZ 49.75 72.67 16.56 -
YUV 201.01 51.81 107.31 -
System Red Green Blue C M Y K H S L
Decimal 172 242 66 0.29 0 0.73 0.05 83.86 0.87 0.6
Hex AC F2 42 1D 0 49 5 54 57 3C
Octal 254 362 102 35 0 111 5 124 127 74
Binary 10101100 11110010 1000010 11101 0 1001001 101 1010100 1010111 111100

Color Harmonies of #ACF242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF242

Black with #ACF242

Text Example


Text Example

White with #ACF242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF242; }

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

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

background-color css

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

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

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

border-color css

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

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

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