Html Css Color HEX #ACF161 Conifer

📋 copy color: '#ACF161'

red 172 ◦ green 241 ◦ blue 97

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

Shades of Conifer #ACF161

Tints of Conifer #ACF161

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.02%

R = 33.73%
G = 47.25%
B = 19.02%

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

#ACF161 (or 0xACF161) is known color: Conifer. HEX triplet: AC, F1 and 61. RGB value is (172,241,97). Sum of RGB (Red+Green+Blue) = 172+241+97=510 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.73% from 510); Green value is 241 (94.53% from 255 or 47.25% from 510); Blue value is 97 (38.28% from 255 or 19.02% from 510); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF161 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF161 is #530E9E. Grayscale: #CCCCCC. Windows color (decimal): -5443231 or 6418860. OLE color: 6418860.

HSL color Cylindrical-coordinate representation of color #ACF161: hue angle of 88.75º 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 #ACF161 is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 172 241 97 -
CMYK 0.29 0 0.60 0.05
HSL 88.75º 0.84% 0.66% -
HSV(B) 88.75º 0.6% 0.95% -
XYZ 50.63 72.54 22.64 -
YUV 203.95 67.64 105.21 -
System Red Green Blue C M Y K H S L
Decimal 172 241 97 0.29 0 0.60 0.05 88.75 0.84 0.66
Hex AC F1 61 1D 0 3C 5 59 54 42
Octal 254 361 141 35 0 74 5 131 124 102
Binary 10101100 11110001 1100001 11101 0 111100 101 1011001 1010100 1000010

Color Harmonies of #ACF161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF161

Black with #ACF161

Text Example


Text Example

White with #ACF161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF161; }

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

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

background-color css

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

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

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

border-color css

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

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

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