Html Css Color HEX #ACF655 Conifer

📋 copy color: '#ACF655'

red 172 ◦ green 246 ◦ blue 85

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

Shades of Conifer #ACF655

Tints of Conifer #ACF655

RGB

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

 GREEN value IS 246 (96.48% from 255) = 48.91%

 BLUE value IS 85 (33.59% from 255) = 16.9%

R = 34.19%
G = 48.91%
B = 16.9%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#ACF655 (or 0xACF655) is known color: Conifer. HEX triplet: AC, F6 and 55. RGB value is (172,246,85). Sum of RGB (Red+Green+Blue) = 172+246+85=503 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.19% from 503); Green value is 246 (96.48% from 255 or 48.91% from 503); Blue value is 85 (33.59% from 255 or 16.90% from 503); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF655 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF655 is #5309AA. Grayscale: #CECECE. Windows color (decimal): -5441963 or 5633708. OLE color: 5633708.

HSL color Cylindrical-coordinate representation of color #ACF655: hue angle of 87.58º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ACF655 is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB 172 246 85 -
CMYK 0.30 0 0.65 0.04
HSL 87.58º 0.9% 0.65% -
HSV(B) 87.58º 0.65% 0.96% -
XYZ 51.61 75.34 20.42 -
YUV 205.52 59.98 104.09 -
System Red Green Blue C M Y K H S L
Decimal 172 246 85 0.30 0 0.65 0.04 87.58 0.9 0.65
Hex AC F6 55 1E 0 41 4 58 5A 41
Octal 254 366 125 36 0 101 4 130 132 101
Binary 10101100 11110110 1010101 11110 0 1000001 100 1011000 1011010 1000001

Color Harmonies of #ACF655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF655

Black with #ACF655

Text Example


Text Example

White with #ACF655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF655; }

 p { color: rgb(172,246,85); }

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

background-color css

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

 a { background-color: rgb(172,246,85); }

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

border-color css

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

 span { border-color: rgb(172,246,85); }

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