Html Css Color HEX #ACFF61 Conifer

📋 copy color: '#ACFF61'

red 172 ◦ green 255 ◦ blue 97

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

Shades of Conifer #ACFF61

Tints of Conifer #ACFF61

RGB

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

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

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

R = 32.82%
G = 48.66%
B = 18.51%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#ACFF61 (or 0xACFF61) is known color: Conifer. HEX triplet: AC, FF and 61. RGB value is (172,255,97). Sum of RGB (Red+Green+Blue) = 172+255+97=524 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.82% from 524); Green value is 255 (100% from 255 or 48.66% from 524); Blue value is 97 (38.28% from 255 or 18.51% from 524); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF61 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACFF61 is #53009E. Grayscale: #D4D4D4. Windows color (decimal): -5439647 or 6422444. OLE color: 6422444.

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

Color convert

RGB 172 255 97 -
CMYK 0.33 0 0.62 0
HSL 91.52º 1% 0.69% -
HSV(B) 91.52º 0.62% 1% -
XYZ 54.93 81.15 24.08 -
YUV 212.17 63 99.35 -
System Red Green Blue C M Y K H S L
Decimal 172 255 97 0.33 0 0.62 0 91.52 1 0.69
Hex AC FF 61 21 0 3E 0 5C 64 45
Octal 254 377 141 41 0 76 0 134 144 105
Binary 10101100 11111111 1100001 100001 0 111110 0 1011100 1100100 1000101

Color Harmonies of #ACFF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACFF61

Black with #ACFF61

Text Example


Text Example

White with #ACFF61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACFF61; }

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

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

background-color css

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

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

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

border-color css

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

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

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