Html Css Color HEX #ADCC52 Conifer

📋 copy color: '#ADCC52'

red 173 ◦ green 204 ◦ blue 82

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

Shades of Conifer #ADCC52

Tints of Conifer #ADCC52

RGB

 RED value IS 173 (67.97% from 255) = 37.69%

 GREEN value IS 204 (80.08% from 255) = 44.44%

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

R = 37.69%
G = 44.44%
B = 17.86%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.60

 K value IS 0.2

RGB Variations

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

Color information

#ADCC52 (or 0xADCC52) is known color: Conifer. HEX triplet: AD, CC and 52. RGB value is (173,204,82). Sum of RGB (Red+Green+Blue) = 173+204+82=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 204 (80.08% from 255 or 44.44% from 459); Blue value is 82 (32.42% from 255 or 17.86% from 459); Max value from RGB is 204 - color contains mainly: green. Hex color #ADCC52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADCC52 is #5233AD. Grayscale: #B5B5B5. Windows color (decimal): -5387182 or 5426349. OLE color: 5426349.

HSL color Cylindrical-coordinate representation of color #ADCC52: hue angle of 75.25º degrees, saturation: 0.54, 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 #ADCC52 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB 173 204 82 -
CMYK 0.15 0 0.60 0.2
HSL 75.25º 0.54% 0.56% -
HSV(B) 75.25º 0.6% 0.8% -
XYZ 40.35 52.68 16.02 -
YUV 180.82 72.23 122.42 -
System Red Green Blue C M Y K H S L
Decimal 173 204 82 0.15 0 0.60 0.2 75.25 0.54 0.56
Hex AD CC 52 F 0 3C 14 4B 36 38
Octal 255 314 122 17 0 74 24 113 66 70
Binary 10101101 11001100 1010010 1111 0 111100 10100 1001011 110110 111000

Color Harmonies of #ADCC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCC52

Black with #ADCC52

Text Example


Text Example

White with #ADCC52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCC52; }

 p { color: rgb(173,204,82); }

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

background-color css

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

 a { background-color: rgb(173,204,82); }

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

border-color css

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

 span { border-color: rgb(173,204,82); }

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