Html Css Color HEX #ACF063 Conifer

📋 copy color: '#ACF063'

red 172 ◦ green 240 ◦ blue 99

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

Shades of Conifer #ACF063

Tints of Conifer #ACF063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 19.37%

R = 33.66%
G = 46.97%
B = 19.37%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.59

 K value IS 0.06

RGB Variations

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

Color information

#ACF063 (or 0xACF063) is known color: Conifer. HEX triplet: AC, F0 and 63. RGB value is (172,240,99). Sum of RGB (Red+Green+Blue) = 172+240+99=511 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.66% from 511); Green value is 240 (94.14% from 255 or 46.97% from 511); Blue value is 99 (39.06% from 255 or 19.37% from 511); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF063 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF063 is #530F9C. Grayscale: #CCCCCC. Windows color (decimal): -5443485 or 6549676. OLE color: 6549676.

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

Color convert

RGB 172 240 99 -
CMYK 0.28 0 0.59 0.06
HSL 88.94º 0.82% 0.66% -
HSV(B) 88.94º 0.59% 0.94% -
XYZ 50.43 71.99 23.04 -
YUV 203.59 68.97 105.46 -
System Red Green Blue C M Y K H S L
Decimal 172 240 99 0.28 0 0.59 0.06 88.94 0.82 0.66
Hex AC F0 63 1C 0 3B 6 59 52 42
Octal 254 360 143 34 0 73 6 131 122 102
Binary 10101100 11110000 1100011 11100 0 111011 110 1011001 1010010 1000010

Color Harmonies of #ACF063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF063

Black with #ACF063

Text Example


Text Example

White with #ACF063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF063; }

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

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

background-color css

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

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

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

border-color css

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

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

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