Html Css Color HEX #ADDD5C Conifer

📋 copy color: '#ADDD5C'

red 173 ◦ green 221 ◦ blue 92

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

Shades of Conifer #ADDD5C

Tints of Conifer #ADDD5C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.47%

 BLUE value IS 92 (36.33% from 255) = 18.93%

R = 35.6%
G = 45.47%
B = 18.93%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#ADDD5C (or 0xADDD5C) is known color: Conifer. HEX triplet: AD, DD and 5C. RGB value is (173,221,92). Sum of RGB (Red+Green+Blue) = 173+221+92=486 (64% of max value = 765). Red value is 173 (67.97% from 255 or 35.60% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 92 (36.33% from 255 or 18.93% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDD5C is #5222A3. Grayscale: #C0C0C0. Windows color (decimal): -5382820 or 6086061. OLE color: 6086061.

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

Color convert

RGB 173 221 92 -
CMYK 0.22 0 0.58 0.13
HSL 82.33º 0.65% 0.61% -
HSV(B) 82.33º 0.58% 0.87% -
XYZ 45.02 61.37 19.6 -
YUV 191.94 71.6 114.49 -
System Red Green Blue C M Y K H S L
Decimal 173 221 92 0.22 0 0.58 0.13 82.33 0.65 0.61
Hex AD DD 5C 16 0 3A D 52 41 3D
Octal 255 335 134 26 0 72 15 122 101 75
Binary 10101101 11011101 1011100 10110 0 111010 1101 1010010 1000001 111101

Color Harmonies of #ADDD5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDD5C

Black with #ADDD5C

Text Example


Text Example

White with #ADDD5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDD5C; }

 p { color: rgb(173,221,92); }

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

background-color css

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

 a { background-color: rgb(173,221,92); }

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

border-color css

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

 span { border-color: rgb(173,221,92); }

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