Html Css Color HEX #ADCF44 Conifer

📋 copy color: '#ADCF44'

red 173 ◦ green 207 ◦ blue 68

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

Shades of Conifer #ADCF44

Tints of Conifer #ADCF44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.18%

R = 38.62%
G = 46.21%
B = 15.18%

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

#ADCF44 (or 0xADCF44) is known color: Conifer. HEX triplet: AD, CF and 44. RGB value is (173,207,68). Sum of RGB (Red+Green+Blue) = 173+207+68=448 (59% of max value = 765). Red value is 173 (67.97% from 255 or 38.62% from 448); Green value is 207 (81.25% from 255 or 46.21% from 448); Blue value is 68 (26.95% from 255 or 15.18% from 448); Max value from RGB is 207 - color contains mainly: green. Hex color #ADCF44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADCF44 is #5230BB. Grayscale: #B5B5B5. Windows color (decimal): -5386428 or 4509613. OLE color: 4509613.

HSL color Cylindrical-coordinate representation of color #ADCF44: hue angle of 74.68º 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 #ADCF44 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 207 68 -
CMYK 0.16 0 0.67 0.19
HSL 74.68º 0.59% 0.54% -
HSV(B) 74.68º 0.67% 0.81% -
XYZ 40.59 53.93 13.74 -
YUV 180.99 64.24 122.3 -
System Red Green Blue C M Y K H S L
Decimal 173 207 68 0.16 0 0.67 0.19 74.68 0.59 0.54
Hex AD CF 44 10 0 43 13 4B 3B 36
Octal 255 317 104 20 0 103 23 113 73 66
Binary 10101101 11001111 1000100 10000 0 1000011 10011 1001011 111011 110110

Color Harmonies of #ADCF44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADCF44

Black with #ADCF44

Text Example


Text Example

White with #ADCF44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADCF44; }

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

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

background-color css

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

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

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

border-color css

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

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

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