Html Css Color HEX #ACF22A Green Yellow

📋 copy color: '#ACF22A'

red 172 ◦ green 242 ◦ blue 42

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

Shades of Green Yellow #ACF22A

Tints of Green Yellow #ACF22A

RGB

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

 GREEN value IS 242 (94.92% from 255) = 53.07%

 BLUE value IS 42 (16.8% from 255) = 9.21%

R = 37.72%
G = 53.07%
B = 9.21%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#ACF22A (or 0xACF22A) is known color: Green Yellow. HEX triplet: AC, F2 and 2A. RGB value is (172,242,42). Sum of RGB (Red+Green+Blue) = 172+242+42=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 242 (94.92% from 255 or 53.07% from 456); Blue value is 42 (16.80% from 255 or 9.21% from 456); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF22A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF22A is #530DD5. Grayscale: #C7C7C7. Windows color (decimal): -5443030 or 2814636. OLE color: 2814636.

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

Color convert

RGB 172 242 42 -
CMYK 0.29 0 0.83 0.05
HSL 81º 0.88% 0.56% -
HSV(B) 81º 0.83% 0.95% -
XYZ 49.18 72.44 13.58 -
YUV 198.27 39.81 109.26 -
System Red Green Blue C M Y K H S L
Decimal 172 242 42 0.29 0 0.83 0.05 81 0.88 0.56
Hex AC F2 2A 1D 0 53 5 51 58 38
Octal 254 362 52 35 0 123 5 121 130 70
Binary 10101100 11110010 101010 11101 0 1010011 101 1010001 1011000 111000

Color Harmonies of #ACF22A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF22A

Black with #ACF22A

Text Example


Text Example

White with #ACF22A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF22A; }

 p { color: rgb(172,242,42); }

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

background-color css

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

 a { background-color: rgb(172,242,42); }

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

border-color css

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

 span { border-color: rgb(172,242,42); }

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