Html Css Color HEX #ADCE48 Conifer

📋 copy color: '#ADCE48'

red 173 ◦ green 206 ◦ blue 72

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

Shades of Conifer #ADCE48

Tints of Conifer #ADCE48

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.68%

 BLUE value IS 72 (28.52% from 255) = 15.96%

R = 38.36%
G = 45.68%
B = 15.96%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#ADCE48 (or 0xADCE48) is known color: Conifer. HEX triplet: AD, CE and 48. RGB value is (173,206,72). Sum of RGB (Red+Green+Blue) = 173+206+72=451 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.36% from 451); Green value is 206 (80.86% from 255 or 45.68% from 451); Blue value is 72 (28.52% from 255 or 15.96% from 451); Max value from RGB is 206 - color contains mainly: green. Hex color #ADCE48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCE48 is #5231B7. Grayscale: #B5B5B5. Windows color (decimal): -5386680 or 4771501. OLE color: 4771501.

HSL color Cylindrical-coordinate representation of color #ADCE48: hue angle of 74.78º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #ADCE48 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 206 72 -
CMYK 0.16 0 0.65 0.19
HSL 74.78º 0.58% 0.55% -
HSV(B) 74.78º 0.65% 0.81% -
XYZ 40.47 53.49 14.32 -
YUV 180.86 66.57 122.4 -
System Red Green Blue C M Y K H S L
Decimal 173 206 72 0.16 0 0.65 0.19 74.78 0.58 0.55
Hex AD CE 48 10 0 41 13 4B 3A 37
Octal 255 316 110 20 0 101 23 113 72 67
Binary 10101101 11001110 1001000 10000 0 1000001 10011 1001011 111010 110111

Color Harmonies of #ADCE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCE48

Black with #ADCE48

Text Example


Text Example

White with #ADCE48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCE48; }

 p { color: rgb(173,206,72); }

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

background-color css

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

 a { background-color: rgb(173,206,72); }

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

border-color css

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

 span { border-color: rgb(173,206,72); }

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