Html Css Color HEX #ACF448 Conifer

📋 copy color: '#ACF448'

red 172 ◦ green 244 ◦ blue 72

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

Shades of Conifer #ACF448

Tints of Conifer #ACF448

RGB

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

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

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

R = 35.25%
G = 50%
B = 14.75%

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

#ACF448 (or 0xACF448) is known color: Conifer. HEX triplet: AC, F4 and 48. RGB value is (172,244,72). Sum of RGB (Red+Green+Blue) = 172+244+72=488 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.25% from 488); Green value is 244 (95.70% from 255 or 50% from 488); Blue value is 72 (28.52% from 255 or 14.75% from 488); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF448 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF448 is #530BB7. Grayscale: #CBCBCB. Windows color (decimal): -5442488 or 4781228. OLE color: 4781228.

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

Color convert

RGB 172 244 72 -
CMYK 0.30 0 0.70 0.04
HSL 85.12º 0.89% 0.62% -
HSV(B) 85.12º 0.7% 0.96% -
XYZ 50.53 73.94 17.74 -
YUV 202.86 54.15 105.99 -
System Red Green Blue C M Y K H S L
Decimal 172 244 72 0.30 0 0.70 0.04 85.12 0.89 0.62
Hex AC F4 48 1E 0 46 4 55 59 3E
Octal 254 364 110 36 0 106 4 125 131 76
Binary 10101100 11110100 1001000 11110 0 1000110 100 1010101 1011001 111110

Color Harmonies of #ACF448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF448

Black with #ACF448

Text Example


Text Example

White with #ACF448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF448; }

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

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

background-color css

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

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

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

border-color css

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

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

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