Html Css Color HEX #ADEB47 Conifer

📋 copy color: '#ADEB47'

red 173 ◦ green 235 ◦ blue 71

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

Shades of Conifer #ADEB47

Tints of Conifer #ADEB47

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.06%

 BLUE value IS 71 (28.13% from 255) = 14.82%

R = 36.12%
G = 49.06%
B = 14.82%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.70

 K value IS 0.08

RGB Variations

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

Color information

#ADEB47 (or 0xADEB47) is known color: Conifer. HEX triplet: AD, EB and 47. RGB value is (173,235,71). Sum of RGB (Red+Green+Blue) = 173+235+71=479 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.12% from 479); Green value is 235 (92.19% from 255 or 49.06% from 479); Blue value is 71 (28.12% from 255 or 14.82% from 479); Max value from RGB is 235 - color contains mainly: green. Hex color #ADEB47 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ADEB47 is #5214B8. Grayscale: #C6C6C6. Windows color (decimal): -5379257 or 4713389. OLE color: 4713389.

HSL color Cylindrical-coordinate representation of color #ADEB47: hue angle of 82.68º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ADEB47 is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 235 71 -
CMYK 0.26 0 0.70 0.08
HSL 82.68º 0.8% 0.6% -
HSV(B) 82.68º 0.7% 0.92% -
XYZ 48.08 68.76 16.7 -
YUV 197.77 56.46 110.34 -
System Red Green Blue C M Y K H S L
Decimal 173 235 71 0.26 0 0.70 0.08 82.68 0.8 0.6
Hex AD EB 47 1A 0 46 8 53 50 3C
Octal 255 353 107 32 0 106 10 123 120 74
Binary 10101101 11101011 1000111 11010 0 1000110 1000 1010011 1010000 111100

Color Harmonies of #ADEB47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADEB47

Black with #ADEB47

Text Example


Text Example

White with #ADEB47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADEB47; }

 p { color: rgb(173,235,71); }

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

background-color css

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

 a { background-color: rgb(173,235,71); }

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

border-color css

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

 span { border-color: rgb(173,235,71); }

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