Html Css Color HEX #ADD75A Conifer

📋 copy color: '#ADD75A'

red 173 ◦ green 215 ◦ blue 90

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

Shades of Conifer #ADD75A

Tints of Conifer #ADD75A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.98%

 BLUE value IS 90 (35.55% from 255) = 18.83%

R = 36.19%
G = 44.98%
B = 18.83%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#ADD75A (or 0xADD75A) is known color: Conifer. HEX triplet: AD, D7 and 5A. RGB value is (173,215,90). Sum of RGB (Red+Green+Blue) = 173+215+90=478 (63% of max value = 765). Red value is 173 (67.97% from 255 or 36.19% from 478); Green value is 215 (84.38% from 255 or 44.98% from 478); Blue value is 90 (35.55% from 255 or 18.83% from 478); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD75A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD75A is #5228A5. Grayscale: #BCBCBC. Windows color (decimal): -5384358 or 5953453. OLE color: 5953453.

HSL color Cylindrical-coordinate representation of color #ADD75A: hue angle of 80.16º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ADD75A is Cyan = 0.20, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 215 90 -
CMYK 0.20 0 0.58 0.16
HSL 80.16º 0.61% 0.6% -
HSV(B) 80.16º 0.58% 0.84% -
XYZ 43.38 58.22 18.62 -
YUV 188.19 72.59 117.16 -
System Red Green Blue C M Y K H S L
Decimal 173 215 90 0.20 0 0.58 0.16 80.16 0.61 0.6
Hex AD D7 5A 14 0 3A 10 50 3D 3C
Octal 255 327 132 24 0 72 20 120 75 74
Binary 10101101 11010111 1011010 10100 0 111010 10000 1010000 111101 111100

Color Harmonies of #ADD75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD75A

Black with #ADD75A

Text Example


Text Example

White with #ADD75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD75A; }

 p { color: rgb(173,215,90); }

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

background-color css

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

 a { background-color: rgb(173,215,90); }

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

border-color css

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

 span { border-color: rgb(173,215,90); }

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