Html Css Color HEX #ACF12E Green Yellow

📋 copy color: '#ACF12E'

red 172 ◦ green 241 ◦ blue 46

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

Shades of Green Yellow #ACF12E

Tints of Green Yellow #ACF12E

RGB

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

 GREEN value IS 241 (94.53% from 255) = 52.51%

 BLUE value IS 46 (18.36% from 255) = 10.02%

R = 37.47%
G = 52.51%
B = 10.02%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.81

 K value IS 0.05

RGB Variations

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

Color information

#ACF12E (or 0xACF12E) is known color: Green Yellow. HEX triplet: AC, F1 and 2E. RGB value is (172,241,46). Sum of RGB (Red+Green+Blue) = 172+241+46=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 241 (94.53% from 255 or 52.51% from 459); Blue value is 46 (18.36% from 255 or 10.02% from 459); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF12E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF12E is #530ED1. Grayscale: #C6C6C6. Windows color (decimal): -5443282 or 3076524. OLE color: 3076524.

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

Color convert

RGB 172 241 46 -
CMYK 0.29 0 0.81 0.05
HSL 81.23º 0.87% 0.56% -
HSV(B) 81.23º 0.81% 0.95% -
XYZ 48.96 71.88 13.88 -
YUV 198.14 42.14 109.36 -
System Red Green Blue C M Y K H S L
Decimal 172 241 46 0.29 0 0.81 0.05 81.23 0.87 0.56
Hex AC F1 2E 1D 0 51 5 51 57 38
Octal 254 361 56 35 0 121 5 121 127 70
Binary 10101100 11110001 101110 11101 0 1010001 101 1010001 1010111 111000

Color Harmonies of #ACF12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF12E

Black with #ACF12E

Text Example


Text Example

White with #ACF12E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF12E; }

 p { color: rgb(172,241,46); }

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

background-color css

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

 a { background-color: rgb(172,241,46); }

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

border-color css

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

 span { border-color: rgb(172,241,46); }

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