Html Css Color HEX #ACCD55 Conifer

📋 copy color: '#ACCD55'

red 172 ◦ green 205 ◦ blue 85

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

Shades of Conifer #ACCD55

Tints of Conifer #ACCD55

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.37%

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

R = 37.23%
G = 44.37%
B = 18.4%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.59

 K value IS 0.20

RGB Variations

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

Color information

#ACCD55 (or 0xACCD55) is known color: Conifer. HEX triplet: AC, CD and 55. RGB value is (172,205,85). Sum of RGB (Red+Green+Blue) = 172+205+85=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 85 (33.59% from 255 or 18.40% from 462); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCD55 is #5332AA. Grayscale: #B5B5B5. Windows color (decimal): -5452459 or 5623212. OLE color: 5623212.

HSL color Cylindrical-coordinate representation of color #ACCD55: hue angle of 76.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACCD55 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB 172 205 85 -
CMYK 0.16 0 0.59 0.20
HSL 76.5º 0.55% 0.57% -
HSV(B) 76.5º 0.59% 0.8% -
XYZ 40.48 53.09 16.71 -
YUV 181.45 73.57 121.26 -
System Red Green Blue C M Y K H S L
Decimal 172 205 85 0.16 0 0.59 0.20 76.5 0.55 0.57
Hex AC CD 55 10 0 3B 14 4C 37 39
Octal 254 315 125 20 0 73 24 114 67 71
Binary 10101100 11001101 1010101 10000 0 111011 10100 1001100 110111 111001

Color Harmonies of #ACCD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCD55

Black with #ACCD55

Text Example


Text Example

White with #ACCD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCD55; }

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

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

background-color css

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

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

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

border-color css

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

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

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