Html Css Color HEX #ACF022 Green Yellow

📋 copy color: '#ACF022'

red 172 ◦ green 240 ◦ blue 34

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

Shades of Green Yellow #ACF022

Tints of Green Yellow #ACF022

RGB

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

 GREEN value IS 240 (94.14% from 255) = 53.81%

 BLUE value IS 34 (13.67% from 255) = 7.62%

R = 38.57%
G = 53.81%
B = 7.62%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#ACF022 (or 0xACF022) is known color: Green Yellow. HEX triplet: AC, F0 and 22. RGB value is (172,240,34). Sum of RGB (Red+Green+Blue) = 172+240+34=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 240 (94.14% from 255 or 53.81% from 446); Blue value is 34 (13.67% from 255 or 7.62% from 446); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF022 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF022 is #530FDD. Grayscale: #C4C4C4. Windows color (decimal): -5443550 or 2289836. OLE color: 2289836.

HSL color Cylindrical-coordinate representation of color #ACF022: hue angle of 79.81º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ACF022 is Cyan = 0.28, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 240 34 -
CMYK 0.28 0 0.86 0.06
HSL 79.81º 0.87% 0.54% -
HSV(B) 79.81º 0.86% 0.94% -
XYZ 48.46 71.21 12.7 -
YUV 196.18 36.47 110.75 -
System Red Green Blue C M Y K H S L
Decimal 172 240 34 0.28 0 0.86 0.06 79.81 0.87 0.54
Hex AC F0 22 1C 0 56 6 50 57 36
Octal 254 360 42 34 0 126 6 120 127 66
Binary 10101100 11110000 100010 11100 0 1010110 110 1010000 1010111 110110

Color Harmonies of #ACF022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF022

Black with #ACF022

Text Example


Text Example

White with #ACF022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF022; }

 p { color: rgb(172,240,34); }

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

background-color css

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

 a { background-color: rgb(172,240,34); }

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

border-color css

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

 span { border-color: rgb(172,240,34); }

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