Html Css Color HEX #ACF244 Green Yellow

📋 copy color: '#ACF244'

red 172 ◦ green 242 ◦ blue 68

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

Shades of Green Yellow #ACF244

Tints of Green Yellow #ACF244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.11%

R = 35.68%
G = 50.21%
B = 14.11%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#ACF244 (or 0xACF244) is known color: Green Yellow. HEX triplet: AC, F2 and 44. RGB value is (172,242,68). Sum of RGB (Red+Green+Blue) = 172+242+68=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 242 (94.92% from 255 or 50.21% from 482); Blue value is 68 (26.95% from 255 or 14.11% from 482); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF244 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF244 is #530DBB. Grayscale: #C9C9C9. Windows color (decimal): -5443004 or 4518572. OLE color: 4518572.

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

Color convert

RGB 172 242 68 -
CMYK 0.29 0 0.72 0.05
HSL 84.14º 0.87% 0.61% -
HSV(B) 84.14º 0.72% 0.95% -
XYZ 49.81 72.69 16.87 -
YUV 201.23 52.81 107.15 -
System Red Green Blue C M Y K H S L
Decimal 172 242 68 0.29 0 0.72 0.05 84.14 0.87 0.61
Hex AC F2 44 1D 0 48 5 54 57 3D
Octal 254 362 104 35 0 110 5 124 127 75
Binary 10101100 11110010 1000100 11101 0 1001000 101 1010100 1010111 111101

Color Harmonies of #ACF244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF244

Black with #ACF244

Text Example


Text Example

White with #ACF244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF244; }

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

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

background-color css

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

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

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

border-color css

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

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

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