Html Css Color HEX #ACF046 Conifer

📋 copy color: '#ACF046'

red 172 ◦ green 240 ◦ blue 70

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

Shades of Conifer #ACF046

Tints of Conifer #ACF046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.52%

R = 35.68%
G = 49.79%
B = 14.52%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.71

 K value IS 0.06

RGB Variations

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

Color information

#ACF046 (or 0xACF046) is known color: Conifer. HEX triplet: AC, F0 and 46. RGB value is (172,240,70). Sum of RGB (Red+Green+Blue) = 172+240+70=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 240 (94.14% from 255 or 49.79% from 482); Blue value is 70 (27.73% from 255 or 14.52% from 482); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF046 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF046 is #530FB9. Grayscale: #C8C8C8. Windows color (decimal): -5443514 or 4649132. OLE color: 4649132.

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

Color convert

RGB 172 240 70 -
CMYK 0.28 0 0.71 0.06
HSL 84º 0.85% 0.61% -
HSV(B) 84º 0.71% 0.94% -
XYZ 49.28 71.53 17 -
YUV 200.29 54.47 107.82 -
System Red Green Blue C M Y K H S L
Decimal 172 240 70 0.28 0 0.71 0.06 84 0.85 0.61
Hex AC F0 46 1C 0 47 6 54 55 3D
Octal 254 360 106 34 0 107 6 124 125 75
Binary 10101100 11110000 1000110 11100 0 1000111 110 1010100 1010101 111101

Color Harmonies of #ACF046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF046

Black with #ACF046

Text Example


Text Example

White with #ACF046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF046; }

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

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

background-color css

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

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

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

border-color css

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

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

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