Html Css Color HEX #ACFC60 Conifer

📋 copy color: '#ACFC60'

red 172 ◦ green 252 ◦ blue 96

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

Shades of Conifer #ACFC60

Tints of Conifer #ACFC60

RGB

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

 GREEN value IS 252 (98.83% from 255) = 48.46%

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

R = 33.08%
G = 48.46%
B = 18.46%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#ACFC60 (or 0xACFC60) is known color: Conifer. HEX triplet: AC, FC and 60. RGB value is (172,252,96). Sum of RGB (Red+Green+Blue) = 172+252+96=520 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.08% from 520); Green value is 252 (98.83% from 255 or 48.46% from 520); Blue value is 96 (37.89% from 255 or 18.46% from 520); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFC60 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFC60 is #53039F. Grayscale: #D2D2D2. Windows color (decimal): -5440416 or 6356140. OLE color: 6356140.

HSL color Cylindrical-coordinate representation of color #ACFC60: hue angle of 90.77º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACFC60 is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.01.

Color convert

RGB 172 252 96 -
CMYK 0.32 0 0.62 0.01
HSL 90.77º 0.96% 0.68% -
HSV(B) 90.77º 0.62% 0.99% -
XYZ 53.93 79.24 23.52 -
YUV 210.3 63.5 100.68 -
System Red Green Blue C M Y K H S L
Decimal 172 252 96 0.32 0 0.62 0.01 90.77 0.96 0.68
Hex AC FC 60 20 0 3E 1 5B 60 44
Octal 254 374 140 40 0 76 1 133 140 104
Binary 10101100 11111100 1100000 100000 0 111110 1 1011011 1100000 1000100

Color Harmonies of #ACFC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFC60

Black with #ACFC60

Text Example


Text Example

White with #ACFC60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFC60; }

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

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

background-color css

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

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

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

border-color css

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

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

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