Html Css Color HEX #ACF12F Green Yellow

📋 copy color: '#ACF12F'

red 172 ◦ green 241 ◦ blue 47

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

Shades of Green Yellow #ACF12F

Tints of Green Yellow #ACF12F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.22%

R = 37.39%
G = 52.39%
B = 10.22%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.80

 K value IS 0.05

RGB Variations

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

Color information

#ACF12F (or 0xACF12F) is known color: Green Yellow. HEX triplet: AC, F1 and 2F. RGB value is (172,241,47). Sum of RGB (Red+Green+Blue) = 172+241+47=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 241 (94.53% from 255 or 52.39% from 460); Blue value is 47 (18.75% from 255 or 10.22% from 460); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF12F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF12F is #530ED0. Grayscale: #C6C6C6. Windows color (decimal): -5443281 or 3142060. OLE color: 3142060.

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

Color convert

RGB 172 241 47 -
CMYK 0.29 0 0.80 0.05
HSL 81.34º 0.87% 0.56% -
HSV(B) 81.34º 0.8% 0.95% -
XYZ 48.98 71.89 13.98 -
YUV 198.25 42.64 109.27 -
System Red Green Blue C M Y K H S L
Decimal 172 241 47 0.29 0 0.80 0.05 81.34 0.87 0.56
Hex AC F1 2F 1D 0 50 5 51 57 38
Octal 254 361 57 35 0 120 5 121 127 70
Binary 10101100 11110001 101111 11101 0 1010000 101 1010001 1010111 111000

Color Harmonies of #ACF12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF12F

Black with #ACF12F

Text Example


Text Example

White with #ACF12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF12F; }

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

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

background-color css

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

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

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

border-color css

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

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

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