Html Css Color HEX #ACF055 Conifer

📋 copy color: '#ACF055'

red 172 ◦ green 240 ◦ blue 85

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

Shades of Conifer #ACF055

Tints of Conifer #ACF055

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.29%

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

R = 34.61%
G = 48.29%
B = 17.1%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.65

 K value IS 0.06

RGB Variations

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

Color information

#ACF055 (or 0xACF055) is known color: Conifer. HEX triplet: AC, F0 and 55. RGB value is (172,240,85). Sum of RGB (Red+Green+Blue) = 172+240+85=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 240 (94.14% from 255 or 48.29% from 497); Blue value is 85 (33.59% from 255 or 17.10% from 497); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF055 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF055 is #530FAA. Grayscale: #CACACA. Windows color (decimal): -5443499 or 5632172. OLE color: 5632172.

HSL color Cylindrical-coordinate representation of color #ACF055: hue angle of 86.32º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ACF055 is Cyan = 0.28, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB 172 240 85 -
CMYK 0.28 0 0.65 0.06
HSL 86.32º 0.84% 0.64% -
HSV(B) 86.32º 0.65% 0.94% -
XYZ 49.81 71.75 19.82 -
YUV 202 61.97 106.6 -
System Red Green Blue C M Y K H S L
Decimal 172 240 85 0.28 0 0.65 0.06 86.32 0.84 0.64
Hex AC F0 55 1C 0 41 6 56 54 40
Octal 254 360 125 34 0 101 6 126 124 100
Binary 10101100 11110000 1010101 11100 0 1000001 110 1010110 1010100 1000000

Color Harmonies of #ACF055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF055

Black with #ACF055

Text Example


Text Example

White with #ACF055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF055; }

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

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

background-color css

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

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

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

border-color css

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

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

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