Html Css Color HEX #ADCF45 Conifer

📋 copy color: '#ADCF45'

red 173 ◦ green 207 ◦ blue 69

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

Shades of Conifer #ADCF45

Tints of Conifer #ADCF45

RGB

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

 GREEN value IS 207 (81.25% from 255) = 46.1%

 BLUE value IS 69 (27.34% from 255) = 15.37%

R = 38.53%
G = 46.1%
B = 15.37%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.67

 K value IS 0.19

RGB Variations

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

Color information

#ADCF45 (or 0xADCF45) is known color: Conifer. HEX triplet: AD, CF and 45. RGB value is (173,207,69). Sum of RGB (Red+Green+Blue) = 173+207+69=449 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.53% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 69 (27.34% from 255 or 15.37% from 449); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCF45 is #5230BA. Grayscale: #B5B5B5. Windows color (decimal): -5386427 or 4575149. OLE color: 4575149.

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

Color convert

RGB 173 207 69 -
CMYK 0.16 0 0.67 0.19
HSL 74.78º 0.59% 0.54% -
HSV(B) 74.78º 0.67% 0.81% -
XYZ 40.62 53.94 13.9 -
YUV 181.1 64.74 122.22 -
System Red Green Blue C M Y K H S L
Decimal 173 207 69 0.16 0 0.67 0.19 74.78 0.59 0.54
Hex AD CF 45 10 0 43 13 4B 3B 36
Octal 255 317 105 20 0 103 23 113 73 66
Binary 10101101 11001111 1000101 10000 0 1000011 10011 1001011 111011 110110

Color Harmonies of #ADCF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCF45

Black with #ADCF45

Text Example


Text Example

White with #ADCF45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCF45; }

 p { color: rgb(173,207,69); }

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

background-color css

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

 a { background-color: rgb(173,207,69); }

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

border-color css

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

 span { border-color: rgb(173,207,69); }

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