Html Css Color HEX #ACFF5D Conifer

📋 copy color: '#ACFF5D'

red 172 ◦ green 255 ◦ blue 93

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

Shades of Conifer #ACFF5D

Tints of Conifer #ACFF5D

RGB

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

 GREEN value IS 255 (100% from 255) = 49.04%

 BLUE value IS 93 (36.72% from 255) = 17.88%

R = 33.08%
G = 49.04%
B = 17.88%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#ACFF5D (or 0xACFF5D) is known color: Conifer. HEX triplet: AC, FF and 5D. RGB value is (172,255,93). Sum of RGB (Red+Green+Blue) = 172+255+93=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 255 (100% from 255 or 49.04% from 520); Blue value is 93 (36.72% from 255 or 17.88% from 520); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFF5D is #5300A2. Grayscale: #D4D4D4. Windows color (decimal): -5439651 or 6160300. OLE color: 6160300.

HSL color Cylindrical-coordinate representation of color #ACFF5D: hue angle of 90.74º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ACFF5D is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB 172 255 93 -
CMYK 0.33 0 0.64 0
HSL 90.74º 1% 0.68% -
HSV(B) 90.74º 0.64% 1% -
XYZ 54.75 81.08 23.12 -
YUV 211.72 61 99.67 -
System Red Green Blue C M Y K H S L
Decimal 172 255 93 0.33 0 0.64 0 90.74 1 0.68
Hex AC FF 5D 21 0 40 0 5B 64 44
Octal 254 377 135 41 0 100 0 133 144 104
Binary 10101100 11111111 1011101 100001 0 1000000 0 1011011 1100100 1000100

Color Harmonies of #ACFF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFF5D

Black with #ACFF5D

Text Example


Text Example

White with #ACFF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFF5D; }

 p { color: rgb(172,255,93); }

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

background-color css

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

 a { background-color: rgb(172,255,93); }

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

border-color css

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

 span { border-color: rgb(172,255,93); }

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