Html Css Color HEX #ACF82E Green Yellow

📋 copy color: '#ACF82E'

red 172 ◦ green 248 ◦ blue 46

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

Shades of Green Yellow #ACF82E

Tints of Green Yellow #ACF82E

RGB

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

 GREEN value IS 248 (97.27% from 255) = 53.22%

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

R = 36.91%
G = 53.22%
B = 9.87%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#ACF82E (or 0xACF82E) is known color: Green Yellow. HEX triplet: AC, F8 and 2E. RGB value is (172,248,46). Sum of RGB (Red+Green+Blue) = 172+248+46=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 248 (97.27% from 255 or 53.22% from 466); Blue value is 46 (18.36% from 255 or 9.87% from 466); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF82E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF82E is #5307D1. Grayscale: #CACACA. Windows color (decimal): -5441490 or 3078316. OLE color: 3078316.

HSL color Cylindrical-coordinate representation of color #ACF82E: hue angle of 82.57º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ACF82E is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 172 248 46 -
CMYK 0.31 0 0.81 0.03
HSL 82.57º 0.94% 0.58% -
HSV(B) 82.57º 0.81% 0.97% -
XYZ 51.07 76.1 14.58 -
YUV 202.25 39.82 106.43 -
System Red Green Blue C M Y K H S L
Decimal 172 248 46 0.31 0 0.81 0.03 82.57 0.94 0.58
Hex AC F8 2E 1F 0 51 3 53 5E 3A
Octal 254 370 56 37 0 121 3 123 136 72
Binary 10101100 11111000 101110 11111 0 1010001 11 1010011 1011110 111010

Color Harmonies of #ACF82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF82E

Black with #ACF82E

Text Example


Text Example

White with #ACF82E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF82E; }

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

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

background-color css

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

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

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

border-color css

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

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

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