Html Css Color HEX #ADD25D Conifer

📋 copy color: '#ADD25D'

red 173 ◦ green 210 ◦ blue 93

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

Shades of Conifer #ADD25D

Tints of Conifer #ADD25D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.12%

 BLUE value IS 93 (36.72% from 255) = 19.54%

R = 36.34%
G = 44.12%
B = 19.54%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#ADD25D (or 0xADD25D) is known color: Conifer. HEX triplet: AD, D2 and 5D. RGB value is (173,210,93). Sum of RGB (Red+Green+Blue) = 173+210+93=476 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.34% from 476); Green value is 210 (82.42% from 255 or 44.12% from 476); Blue value is 93 (36.72% from 255 or 19.54% from 476); Max value from RGB is 210 - color contains mainly: green. Hex color #ADD25D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD25D is #522DA2. Grayscale: #BABABA. Windows color (decimal): -5385635 or 6148781. OLE color: 6148781.

HSL color Cylindrical-coordinate representation of color #ADD25D: hue angle of 78.97º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ADD25D is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 210 93 -
CMYK 0.18 0 0.56 0.18
HSL 78.97º 0.57% 0.59% -
HSV(B) 78.97º 0.56% 0.82% -
XYZ 42.26 55.77 18.89 -
YUV 185.6 75.74 119.01 -
System Red Green Blue C M Y K H S L
Decimal 173 210 93 0.18 0 0.56 0.18 78.97 0.57 0.59
Hex AD D2 5D 12 0 38 12 4F 39 3B
Octal 255 322 135 22 0 70 22 117 71 73
Binary 10101101 11010010 1011101 10010 0 111000 10010 1001111 111001 111011

Color Harmonies of #ADD25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD25D

Black with #ADD25D

Text Example


Text Example

White with #ADD25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD25D; }

 p { color: rgb(173,210,93); }

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

background-color css

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

 a { background-color: rgb(173,210,93); }

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

border-color css

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

 span { border-color: rgb(173,210,93); }

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