Html Css Color HEX #ACF154 Conifer

📋 copy color: '#ACF154'

red 172 ◦ green 241 ◦ blue 84

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

Shades of Conifer #ACF154

Tints of Conifer #ACF154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 16.9%

R = 34.61%
G = 48.49%
B = 16.9%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#ACF154 (or 0xACF154) is known color: Conifer. HEX triplet: AC, F1 and 54. RGB value is (172,241,84). Sum of RGB (Red+Green+Blue) = 172+241+84=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 241 (94.53% from 255 or 48.49% from 497); Blue value is 84 (33.20% from 255 or 16.90% from 497); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF154 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF154 is #530EAB. Grayscale: #CBCBCB. Windows color (decimal): -5443244 or 5566892. OLE color: 5566892.

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

Color convert

RGB 172 241 84 -
CMYK 0.29 0 0.65 0.05
HSL 86.37º 0.85% 0.64% -
HSV(B) 86.37º 0.65% 0.95% -
XYZ 50.07 72.32 19.71 -
YUV 202.47 61.14 106.27 -
System Red Green Blue C M Y K H S L
Decimal 172 241 84 0.29 0 0.65 0.05 86.37 0.85 0.64
Hex AC F1 54 1D 0 41 5 56 55 40
Octal 254 361 124 35 0 101 5 126 125 100
Binary 10101100 11110001 1010100 11101 0 1000001 101 1010110 1010101 1000000

Color Harmonies of #ACF154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF154

Black with #ACF154

Text Example


Text Example

White with #ACF154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF154; }

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

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

background-color css

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

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

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

border-color css

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

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

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