Html Css Color HEX #ACF955 Conifer

📋 copy color: '#ACF955'

red 172 ◦ green 249 ◦ blue 85

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

Shades of Conifer #ACF955

Tints of Conifer #ACF955

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.21%

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

R = 33.99%
G = 49.21%
B = 16.8%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#ACF955 (or 0xACF955) is known color: Conifer. HEX triplet: AC, F9 and 55. RGB value is (172,249,85). Sum of RGB (Red+Green+Blue) = 172+249+85=506 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.99% from 506); Green value is 249 (97.66% from 255 or 49.21% from 506); Blue value is 85 (33.59% from 255 or 16.80% from 506); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF955 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACF955 is #5306AA. Grayscale: #CFCFCF. Windows color (decimal): -5441195 or 5634476. OLE color: 5634476.

HSL color Cylindrical-coordinate representation of color #ACF955: hue angle of 88.17º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACF955 is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB 172 249 85 -
CMYK 0.31 0 0.66 0.02
HSL 88.17º 0.93% 0.65% -
HSV(B) 88.17º 0.66% 0.98% -
XYZ 52.53 77.18 20.72 -
YUV 207.28 58.99 102.84 -
System Red Green Blue C M Y K H S L
Decimal 172 249 85 0.31 0 0.66 0.02 88.17 0.93 0.65
Hex AC F9 55 1F 0 42 2 58 5D 41
Octal 254 371 125 37 0 102 2 130 135 101
Binary 10101100 11111001 1010101 11111 0 1000010 10 1011000 1011101 1000001

Color Harmonies of #ACF955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACF955

Black with #ACF955

Text Example


Text Example

White with #ACF955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACF955; }

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

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

background-color css

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

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

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

border-color css

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

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

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