Html Css Color HEX #ACF160 Conifer

📋 copy color: '#ACF160'

red 172 ◦ green 241 ◦ blue 96

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

Shades of Conifer #ACF160

Tints of Conifer #ACF160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 18.86%

R = 33.79%
G = 47.35%
B = 18.86%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#ACF160 (or 0xACF160) is known color: Conifer. HEX triplet: AC, F1 and 60. RGB value is (172,241,96). Sum of RGB (Red+Green+Blue) = 172+241+96=509 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.79% from 509); Green value is 241 (94.53% from 255 or 47.35% from 509); Blue value is 96 (37.89% from 255 or 18.86% from 509); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF160 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF160 is #530E9F. Grayscale: #CCCCCC. Windows color (decimal): -5443232 or 6353324. OLE color: 6353324.

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

Color convert

RGB 172 241 96 -
CMYK 0.29 0 0.60 0.05
HSL 88.55º 0.84% 0.66% -
HSV(B) 88.55º 0.6% 0.95% -
XYZ 50.58 72.53 22.4 -
YUV 203.84 67.14 105.29 -
System Red Green Blue C M Y K H S L
Decimal 172 241 96 0.29 0 0.60 0.05 88.55 0.84 0.66
Hex AC F1 60 1D 0 3C 5 59 54 42
Octal 254 361 140 35 0 74 5 131 124 102
Binary 10101100 11110001 1100000 11101 0 111100 101 1011001 1010100 1000010

Color Harmonies of #ACF160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF160

Black with #ACF160

Text Example


Text Example

White with #ACF160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF160; }

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

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

background-color css

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

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

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

border-color css

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

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

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