Html Css Color HEX #ADDA62 Conifer

📋 copy color: '#ADDA62'

red 173 ◦ green 218 ◦ blue 98

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

Shades of Conifer #ADDA62

Tints of Conifer #ADDA62

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.58%

 BLUE value IS 98 (38.67% from 255) = 20.04%

R = 35.38%
G = 44.58%
B = 20.04%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#ADDA62 (or 0xADDA62) is known color: Conifer. HEX triplet: AD, DA and 62. RGB value is (173,218,98). Sum of RGB (Red+Green+Blue) = 173+218+98=489 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.38% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 98 (38.67% from 255 or 20.04% from 489); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDA62 is #52259D. Grayscale: #BFBFBF. Windows color (decimal): -5383582 or 6478509. OLE color: 6478509.

HSL color Cylindrical-coordinate representation of color #ADDA62: hue angle of 82.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ADDA62 is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 218 98 -
CMYK 0.21 0 0.55 0.15
HSL 82.5º 0.62% 0.62% -
HSV(B) 82.5º 0.55% 0.85% -
XYZ 44.51 59.91 20.77 -
YUV 190.87 75.59 115.26 -
System Red Green Blue C M Y K H S L
Decimal 173 218 98 0.21 0 0.55 0.15 82.5 0.62 0.62
Hex AD DA 62 15 0 37 F 52 3E 3E
Octal 255 332 142 25 0 67 17 122 76 76
Binary 10101101 11011010 1100010 10101 0 110111 1111 1010010 111110 111110

Color Harmonies of #ADDA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDA62

Black with #ADDA62

Text Example


Text Example

White with #ADDA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDA62; }

 p { color: rgb(173,218,98); }

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

background-color css

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

 a { background-color: rgb(173,218,98); }

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

border-color css

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

 span { border-color: rgb(173,218,98); }

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