Html Css Color HEX #ACF049 Conifer

📋 copy color: '#ACF049'

red 172 ◦ green 240 ◦ blue 73

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

Shades of Conifer #ACF049

Tints of Conifer #ACF049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.05%

R = 35.46%
G = 49.48%
B = 15.05%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.70

 K value IS 0.06

RGB Variations

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

Color information

#ACF049 (or 0xACF049) is known color: Conifer. HEX triplet: AC, F0 and 49. RGB value is (172,240,73). Sum of RGB (Red+Green+Blue) = 172+240+73=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 240 (94.14% from 255 or 49.48% from 485); Blue value is 73 (28.91% from 255 or 15.05% from 485); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF049 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF049 is #530FB6. Grayscale: #C9C9C9. Windows color (decimal): -5443511 or 4845740. OLE color: 4845740.

HSL color Cylindrical-coordinate representation of color #ACF049: hue angle of 84.43º 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 #ACF049 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 240 73 -
CMYK 0.28 0 0.70 0.06
HSL 84.43º 0.85% 0.61% -
HSV(B) 84.43º 0.7% 0.94% -
XYZ 49.38 71.57 17.52 -
YUV 200.63 55.97 107.58 -
System Red Green Blue C M Y K H S L
Decimal 172 240 73 0.28 0 0.70 0.06 84.43 0.85 0.61
Hex AC F0 49 1C 0 46 6 54 55 3D
Octal 254 360 111 34 0 106 6 124 125 75
Binary 10101100 11110000 1001001 11100 0 1000110 110 1010100 1010101 111101

Color Harmonies of #ACF049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF049

Black with #ACF049

Text Example


Text Example

White with #ACF049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF049; }

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

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

background-color css

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

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

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

border-color css

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

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

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