Html Css Color HEX #ACF82D Green Yellow

📋 copy color: '#ACF82D'

red 172 ◦ green 248 ◦ blue 45

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

Shades of Green Yellow #ACF82D

Tints of Green Yellow #ACF82D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.68%

R = 36.99%
G = 53.33%
B = 9.68%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#ACF82D (or 0xACF82D) is known color: Green Yellow. HEX triplet: AC, F8 and 2D. RGB value is (172,248,45). Sum of RGB (Red+Green+Blue) = 172+248+45=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 248 (97.27% from 255 or 53.33% from 465); Blue value is 45 (17.97% from 255 or 9.68% from 465); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF82D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF82D is #5307D2. Grayscale: #CACACA. Windows color (decimal): -5441491 or 3012780. OLE color: 3012780.

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

Color convert

RGB 172 248 45 -
CMYK 0.31 0 0.82 0.03
HSL 82.46º 0.94% 0.57% -
HSV(B) 82.46º 0.82% 0.97% -
XYZ 51.05 76.09 14.48 -
YUV 202.13 39.32 106.51 -
System Red Green Blue C M Y K H S L
Decimal 172 248 45 0.31 0 0.82 0.03 82.46 0.94 0.57
Hex AC F8 2D 1F 0 52 3 52 5E 39
Octal 254 370 55 37 0 122 3 122 136 71
Binary 10101100 11111000 101101 11111 0 1010010 11 1010010 1011110 111001

Color Harmonies of #ACF82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF82D

Black with #ACF82D

Text Example


Text Example

White with #ACF82D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF82D; }

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

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

background-color css

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

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

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

border-color css

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

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

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