Html Css Color HEX #ACF842 Green Yellow

📋 copy color: '#ACF842'

red 172 ◦ green 248 ◦ blue 66

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

Shades of Green Yellow #ACF842

Tints of Green Yellow #ACF842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.58%

R = 35.39%
G = 51.03%
B = 13.58%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.73

 K value IS 0.03

RGB Variations

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

Color information

#ACF842 (or 0xACF842) is known color: Green Yellow. HEX triplet: AC, F8 and 42. RGB value is (172,248,66). Sum of RGB (Red+Green+Blue) = 172+248+66=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 248 (97.27% from 255 or 51.03% from 486); Blue value is 66 (26.17% from 255 or 13.58% from 486); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF842 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF842 is #5307BD. Grayscale: #CDCDCD. Windows color (decimal): -5441470 or 4389036. OLE color: 4389036.

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

Color convert

RGB 172 248 66 -
CMYK 0.31 0 0.73 0.03
HSL 85.05º 0.93% 0.62% -
HSV(B) 85.05º 0.73% 0.97% -
XYZ 51.56 76.3 17.16 -
YUV 204.53 49.82 104.8 -
System Red Green Blue C M Y K H S L
Decimal 172 248 66 0.31 0 0.73 0.03 85.05 0.93 0.62
Hex AC F8 42 1F 0 49 3 55 5D 3E
Octal 254 370 102 37 0 111 3 125 135 76
Binary 10101100 11111000 1000010 11111 0 1001001 11 1010101 1011101 111110

Color Harmonies of #ACF842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF842

Black with #ACF842

Text Example


Text Example

White with #ACF842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF842; }

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

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

background-color css

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

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

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

border-color css

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

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

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