Html Css Color HEX #ACF241 Green Yellow

📋 copy color: '#ACF241'

red 172 ◦ green 242 ◦ blue 65

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

Shades of Green Yellow #ACF241

Tints of Green Yellow #ACF241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.57%

R = 35.91%
G = 50.52%
B = 13.57%

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

#ACF241 (or 0xACF241) is known color: Green Yellow. HEX triplet: AC, F2 and 41. RGB value is (172,242,65). Sum of RGB (Red+Green+Blue) = 172+242+65=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 242 (94.92% from 255 or 50.52% from 479); Blue value is 65 (25.78% from 255 or 13.57% from 479); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF241 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF241 is #530DBE. Grayscale: #C9C9C9. Windows color (decimal): -5443007 or 4321964. OLE color: 4321964.

HSL color Cylindrical-coordinate representation of color #ACF241: hue angle of 83.73º 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 #ACF241 is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 242 65 -
CMYK 0.29 0 0.73 0.05
HSL 83.73º 0.87% 0.6% -
HSV(B) 83.73º 0.73% 0.95% -
XYZ 49.72 72.66 16.4 -
YUV 200.89 51.31 107.39 -
System Red Green Blue C M Y K H S L
Decimal 172 242 65 0.29 0 0.73 0.05 83.73 0.87 0.6
Hex AC F2 41 1D 0 49 5 54 57 3C
Octal 254 362 101 35 0 111 5 124 127 74
Binary 10101100 11110010 1000001 11101 0 1001001 101 1010100 1010111 111100

Color Harmonies of #ACF241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF241

Black with #ACF241

Text Example


Text Example

White with #ACF241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF241; }

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

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

background-color css

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

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

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

border-color css

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

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

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