Html Css Color HEX #ACF235 Green Yellow

📋 copy color: '#ACF235'

red 172 ◦ green 242 ◦ blue 53

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

Shades of Green Yellow #ACF235

Tints of Green Yellow #ACF235

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.35%

R = 36.83%
G = 51.82%
B = 11.35%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#ACF235 (or 0xACF235) is known color: Green Yellow. HEX triplet: AC, F2 and 35. RGB value is (172,242,53). Sum of RGB (Red+Green+Blue) = 172+242+53=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 242 (94.92% from 255 or 51.82% from 467); Blue value is 53 (21.09% from 255 or 11.35% from 467); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF235 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF235 is #530DCA. Grayscale: #C8C8C8. Windows color (decimal): -5443019 or 3535532. OLE color: 3535532.

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

Color convert

RGB 172 242 53 -
CMYK 0.29 0 0.78 0.05
HSL 82.22º 0.88% 0.58% -
HSV(B) 82.22º 0.78% 0.95% -
XYZ 49.41 72.53 14.76 -
YUV 199.52 45.31 108.37 -
System Red Green Blue C M Y K H S L
Decimal 172 242 53 0.29 0 0.78 0.05 82.22 0.88 0.58
Hex AC F2 35 1D 0 4E 5 52 58 3A
Octal 254 362 65 35 0 116 5 122 130 72
Binary 10101100 11110010 110101 11101 0 1001110 101 1010010 1011000 111010

Color Harmonies of #ACF235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF235

Black with #ACF235

Text Example


Text Example

White with #ACF235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF235; }

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

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

background-color css

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

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

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

border-color css

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

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

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