Html Css Color HEX #ADDA68 Conifer

📋 copy color: '#ADDA68'

red 173 ◦ green 218 ◦ blue 104

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

Shades of Conifer #ADDA68

Tints of Conifer #ADDA68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.01%

R = 34.95%
G = 44.04%
B = 21.01%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#ADDA68 (or 0xADDA68) is known color: Conifer. HEX triplet: AD, DA and 68. RGB value is (173,218,104). Sum of RGB (Red+Green+Blue) = 173+218+104=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 104 (41.02% from 255 or 21.01% from 495); Max value from RGB is 218 - color contains mainly: green. Hex color #ADDA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDA68 is #522597. Grayscale: #BFBFBF. Windows color (decimal): -5383576 or 6871725. OLE color: 6871725.

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

Color convert

RGB 173 218 104 -
CMYK 0.21 0 0.52 0.15
HSL 83.68º 0.61% 0.63% -
HSV(B) 83.68º 0.52% 0.85% -
XYZ 44.8 60.03 22.32 -
YUV 191.55 78.59 114.77 -
System Red Green Blue C M Y K H S L
Decimal 173 218 104 0.21 0 0.52 0.15 83.68 0.61 0.63
Hex AD DA 68 15 0 34 F 54 3D 3F
Octal 255 332 150 25 0 64 17 124 75 77
Binary 10101101 11011010 1101000 10101 0 110100 1111 1010100 111101 111111

Color Harmonies of #ADDA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDA68

Black with #ADDA68

Text Example


Text Example

White with #ADDA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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