Html Css Color HEX #ACF048 Conifer

📋 copy color: '#ACF048'

red 172 ◦ green 240 ◦ blue 72

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

Shades of Conifer #ACF048

Tints of Conifer #ACF048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.88%

R = 35.54%
G = 49.59%
B = 14.88%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.7

 K value IS 0.06

RGB Variations

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

Color information

#ACF048 (or 0xACF048) is known color: Conifer. HEX triplet: AC, F0 and 48. RGB value is (172,240,72). Sum of RGB (Red+Green+Blue) = 172+240+72=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 240 (94.14% from 255 or 49.59% from 484); Blue value is 72 (28.52% from 255 or 14.88% from 484); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF048 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF048 is #530FB7. Grayscale: #C9C9C9. Windows color (decimal): -5443512 or 4780204. OLE color: 4780204.

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

Color convert

RGB 172 240 72 -
CMYK 0.28 0 0.7 0.06
HSL 84.29º 0.85% 0.61% -
HSV(B) 84.29º 0.7% 0.94% -
XYZ 49.34 71.56 17.34 -
YUV 200.52 55.47 107.66 -
System Red Green Blue C M Y K H S L
Decimal 172 240 72 0.28 0 0.7 0.06 84.29 0.85 0.61
Hex AC F0 48 1C 0 46 6 54 55 3D
Octal 254 360 110 34 0 106 6 124 125 75
Binary 10101100 11110000 1001000 11100 0 1000110 110 1010100 1010101 111101

Color Harmonies of #ACF048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF048

Black with #ACF048

Text Example


Text Example

White with #ACF048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF048; }

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

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

background-color css

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

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

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

border-color css

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

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

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