Html Css Color HEX #ACCD52 Conifer

📋 copy color: '#ACCD52'

red 172 ◦ green 205 ◦ blue 82

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

Shades of Conifer #ACCD52

Tints of Conifer #ACCD52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 17.86%

R = 37.47%
G = 44.66%
B = 17.86%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.6

 K value IS 0.20

RGB Variations

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

Color information

#ACCD52 (or 0xACCD52) is known color: Conifer. HEX triplet: AC, CD and 52. RGB value is (172,205,82). Sum of RGB (Red+Green+Blue) = 172+205+82=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 82 (32.42% from 255 or 17.86% from 459); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCD52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACCD52 is #5332AD. Grayscale: #B5B5B5. Windows color (decimal): -5452462 or 5426604. OLE color: 5426604.

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

Color convert

RGB 172 205 82 -
CMYK 0.16 0 0.6 0.20
HSL 76.1º 0.55% 0.56% -
HSV(B) 76.1º 0.6% 0.8% -
XYZ 40.37 53.04 16.09 -
YUV 181.11 72.07 121.5 -
System Red Green Blue C M Y K H S L
Decimal 172 205 82 0.16 0 0.6 0.20 76.1 0.55 0.56
Hex AC CD 52 10 0 3C 14 4C 37 38
Octal 254 315 122 20 0 74 24 114 67 70
Binary 10101100 11001101 1010010 10000 0 111100 10100 1001100 110111 111000

Color Harmonies of #ACCD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACCD52

Black with #ACCD52

Text Example


Text Example

White with #ACCD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACCD52; }

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

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

background-color css

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

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

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

border-color css

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

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

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