Html Css Color HEX #ACF125 Green Yellow

📋 copy color: '#ACF125'

red 172 ◦ green 241 ◦ blue 37

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

Shades of Green Yellow #ACF125

Tints of Green Yellow #ACF125

RGB

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

 GREEN value IS 241 (94.53% from 255) = 53.56%

 BLUE value IS 37 (14.84% from 255) = 8.22%

R = 38.22%
G = 53.56%
B = 8.22%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#ACF125 (or 0xACF125) is known color: Green Yellow. HEX triplet: AC, F1 and 25. RGB value is (172,241,37). Sum of RGB (Red+Green+Blue) = 172+241+37=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 241 (94.53% from 255 or 53.56% from 450); Blue value is 37 (14.84% from 255 or 8.22% from 450); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF125 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF125 is #530EDA. Grayscale: #C5C5C5. Windows color (decimal): -5443291 or 2486700. OLE color: 2486700.

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

Color convert

RGB 172 241 37 -
CMYK 0.29 0 0.85 0.05
HSL 80.29º 0.88% 0.55% -
HSV(B) 80.29º 0.85% 0.95% -
XYZ 48.8 71.81 13.04 -
YUV 197.11 37.64 110.09 -
System Red Green Blue C M Y K H S L
Decimal 172 241 37 0.29 0 0.85 0.05 80.29 0.88 0.55
Hex AC F1 25 1D 0 55 5 50 58 37
Octal 254 361 45 35 0 125 5 120 130 67
Binary 10101100 11110001 100101 11101 0 1010101 101 1010000 1011000 110111

Color Harmonies of #ACF125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF125

Black with #ACF125

Text Example


Text Example

White with #ACF125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF125; }

 p { color: rgb(172,241,37); }

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

background-color css

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

 a { background-color: rgb(172,241,37); }

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

border-color css

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

 span { border-color: rgb(172,241,37); }

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