Html Css Color HEX #ACCD64 Conifer

📋 copy color: '#ACCD64'

red 172 ◦ green 205 ◦ blue 100

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

Shades of Conifer #ACCD64

Tints of Conifer #ACCD64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.96%

R = 36.06%
G = 42.98%
B = 20.96%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#ACCD64 (or 0xACCD64) is known color: Conifer. HEX triplet: AC, CD and 64. RGB value is (172,205,100). Sum of RGB (Red+Green+Blue) = 172+205+100=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 205 (80.47% from 255 or 42.98% from 477); Blue value is 100 (39.45% from 255 or 20.96% from 477); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCD64 is #53329B. Grayscale: #B7B7B7. Windows color (decimal): -5452444 or 6606252. OLE color: 6606252.

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

Color convert

RGB 172 205 100 -
CMYK 0.16 0 0.51 0.20
HSL 78.86º 0.51% 0.6% -
HSV(B) 78.86º 0.51% 0.8% -
XYZ 41.14 53.35 20.19 -
YUV 183.16 81.07 120.04 -
System Red Green Blue C M Y K H S L
Decimal 172 205 100 0.16 0 0.51 0.20 78.86 0.51 0.6
Hex AC CD 64 10 0 33 14 4F 33 3C
Octal 254 315 144 20 0 63 24 117 63 74
Binary 10101100 11001101 1100100 10000 0 110011 10100 1001111 110011 111100

Color Harmonies of #ACCD64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCD64

Black with #ACCD64

Text Example


Text Example

White with #ACCD64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCD64; }

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

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

background-color css

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

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

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

border-color css

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

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

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