Html Css Color HEX #ACF449 Conifer

📋 copy color: '#ACF449'

red 172 ◦ green 244 ◦ blue 73

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

Shades of Conifer #ACF449

Tints of Conifer #ACF449

RGB

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

 GREEN value IS 244 (95.7% from 255) = 49.9%

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

R = 35.17%
G = 49.9%
B = 14.93%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#ACF449 (or 0xACF449) is known color: Conifer. HEX triplet: AC, F4 and 49. RGB value is (172,244,73). Sum of RGB (Red+Green+Blue) = 172+244+73=489 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.17% from 489); Green value is 244 (95.70% from 255 or 49.90% from 489); Blue value is 73 (28.91% from 255 or 14.93% from 489); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF449 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF449 is #530BB6. Grayscale: #CBCBCB. Windows color (decimal): -5442487 or 4846764. OLE color: 4846764.

HSL color Cylindrical-coordinate representation of color #ACF449: hue angle of 85.26º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ACF449 is Cyan = 0.30, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 244 73 -
CMYK 0.30 0 0.70 0.04
HSL 85.26º 0.89% 0.62% -
HSV(B) 85.26º 0.7% 0.96% -
XYZ 50.57 73.95 17.91 -
YUV 202.98 54.65 105.9 -
System Red Green Blue C M Y K H S L
Decimal 172 244 73 0.30 0 0.70 0.04 85.26 0.89 0.62
Hex AC F4 49 1E 0 46 4 55 59 3E
Octal 254 364 111 36 0 106 4 125 131 76
Binary 10101100 11110100 1001001 11110 0 1000110 100 1010101 1011001 111110

Color Harmonies of #ACF449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF449

Black with #ACF449

Text Example


Text Example

White with #ACF449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF449; }

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

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

background-color css

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

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

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

border-color css

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

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

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