Html Css Color HEX #ADDF6A Conifer

📋 copy color: '#ADDF6A'

red 173 ◦ green 223 ◦ blue 106

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

Shades of Conifer #ADDF6A

Tints of Conifer #ADDF6A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.42%

 BLUE value IS 106 (41.8% from 255) = 21.12%

R = 34.46%
G = 44.42%
B = 21.12%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#ADDF6A (or 0xADDF6A) is known color: Conifer. HEX triplet: AD, DF and 6A. RGB value is (173,223,106). Sum of RGB (Red+Green+Blue) = 173+223+106=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 223 (87.5% from 255 or 44.42% from 502); Blue value is 106 (41.80% from 255 or 21.12% from 502); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDF6A is #522095. Grayscale: #C3C3C3. Windows color (decimal): -5382294 or 7004077. OLE color: 7004077.

HSL color Cylindrical-coordinate representation of color #ADDF6A: hue angle of 85.64º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADDF6A is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 223 106 -
CMYK 0.22 0 0.52 0.13
HSL 85.64º 0.65% 0.65% -
HSV(B) 85.64º 0.52% 0.87% -
XYZ 46.22 62.7 23.3 -
YUV 194.71 77.94 112.51 -
System Red Green Blue C M Y K H S L
Decimal 173 223 106 0.22 0 0.52 0.13 85.64 0.65 0.65
Hex AD DF 6A 16 0 34 D 56 41 41
Octal 255 337 152 26 0 64 15 126 101 101
Binary 10101101 11011111 1101010 10110 0 110100 1101 1010110 1000001 1000001

Color Harmonies of #ADDF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDF6A

Black with #ADDF6A

Text Example


Text Example

White with #ADDF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDF6A; }

 p { color: rgb(173,223,106); }

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

background-color css

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

 a { background-color: rgb(173,223,106); }

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

border-color css

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

 span { border-color: rgb(173,223,106); }

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