Html Css Color HEX #ACF163 Conifer

📋 copy color: '#ACF163'

red 172 ◦ green 241 ◦ blue 99

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

Shades of Conifer #ACF163

Tints of Conifer #ACF163

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.07%

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

R = 33.59%
G = 47.07%
B = 19.34%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#ACF163 (or 0xACF163) is known color: Conifer. HEX triplet: AC, F1 and 63. RGB value is (172,241,99). Sum of RGB (Red+Green+Blue) = 172+241+99=512 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.59% from 512); Green value is 241 (94.53% from 255 or 47.07% from 512); Blue value is 99 (39.06% from 255 or 19.34% from 512); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF163 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF163 is #530E9C. Grayscale: #CCCCCC. Windows color (decimal): -5443229 or 6549932. OLE color: 6549932.

HSL color Cylindrical-coordinate representation of color #ACF163: hue angle of 89.15º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACF163 is Cyan = 0.29, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 241 99 -
CMYK 0.29 0 0.59 0.05
HSL 89.15º 0.84% 0.67% -
HSV(B) 89.15º 0.59% 0.95% -
XYZ 50.72 72.58 23.14 -
YUV 204.18 68.64 105.05 -
System Red Green Blue C M Y K H S L
Decimal 172 241 99 0.29 0 0.59 0.05 89.15 0.84 0.67
Hex AC F1 63 1D 0 3B 5 59 54 43
Octal 254 361 143 35 0 73 5 131 124 103
Binary 10101100 11110001 1100011 11101 0 111011 101 1011001 1010100 1000011

Color Harmonies of #ACF163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF163

Black with #ACF163

Text Example


Text Example

White with #ACF163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF163; }

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

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

background-color css

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

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

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

border-color css

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

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

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