Html Css Color HEX #ACF13F Green Yellow

📋 copy color: '#ACF13F'

red 172 ◦ green 241 ◦ blue 63

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

Shades of Green Yellow #ACF13F

Tints of Green Yellow #ACF13F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.24%

R = 36.13%
G = 50.63%
B = 13.24%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#ACF13F (or 0xACF13F) is known color: Green Yellow. HEX triplet: AC, F1 and 3F. RGB value is (172,241,63). Sum of RGB (Red+Green+Blue) = 172+241+63=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 241 (94.53% from 255 or 50.63% from 476); Blue value is 63 (25% from 255 or 13.24% from 476); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF13F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF13F is #530EC0. Grayscale: #C8C8C8. Windows color (decimal): -5443265 or 4190636. OLE color: 4190636.

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

Color convert

RGB 172 241 63 -
CMYK 0.29 0 0.74 0.05
HSL 83.26º 0.86% 0.6% -
HSV(B) 83.26º 0.74% 0.95% -
XYZ 49.37 72.04 16.01 -
YUV 200.08 50.64 107.97 -
System Red Green Blue C M Y K H S L
Decimal 172 241 63 0.29 0 0.74 0.05 83.26 0.86 0.6
Hex AC F1 3F 1D 0 4A 5 53 56 3C
Octal 254 361 77 35 0 112 5 123 126 74
Binary 10101100 11110001 111111 11101 0 1001010 101 1010011 1010110 111100

Color Harmonies of #ACF13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF13F

Black with #ACF13F

Text Example


Text Example

White with #ACF13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF13F; }

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

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

background-color css

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

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

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

border-color css

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

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

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