Html Css Color HEX #9DD75A Conifer

📋 copy color: '#9DD75A'

red 157 ◦ green 215 ◦ blue 90

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

Shades of Conifer #9DD75A

Tints of Conifer #9DD75A

RGB

 RED value IS 157 (61.72% from 255) = 33.98%

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

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

R = 33.98%
G = 46.54%
B = 19.48%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#9DD75A (or 0x9DD75A) is known color: Conifer. HEX triplet: 9D, D7 and 5A. RGB value is (157,215,90). Sum of RGB (Red+Green+Blue) = 157+215+90=462 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.98% from 462); Green value is 215 (84.38% from 255 or 46.54% from 462); Blue value is 90 (35.55% from 255 or 19.48% from 462); Max value from RGB is 215 - color contains mainly: green. Hex color #9DD75A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD75A is #6228A5. Grayscale: #B7B7B7. Windows color (decimal): -6432934 or 5953437. OLE color: 5953437.

HSL color Cylindrical-coordinate representation of color #9DD75A: hue angle of 87.84º 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 #9DD75A is Cyan = 0.27, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 157 215 90 -
CMYK 0.27 0 0.58 0.16
HSL 87.84º 0.61% 0.6% -
HSV(B) 87.84º 0.58% 0.84% -
XYZ 40.05 56.51 18.47 -
YUV 183.41 75.28 109.16 -
System Red Green Blue C M Y K H S L
Decimal 157 215 90 0.27 0 0.58 0.16 87.84 0.61 0.6
Hex 9D D7 5A 1B 0 3A 10 58 3D 3C
Octal 235 327 132 33 0 72 20 130 75 74
Binary 10011101 11010111 1011010 11011 0 111010 10000 1011000 111101 111100

Color Harmonies of #9DD75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD75A

Black with #9DD75A

Text Example


Text Example

White with #9DD75A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DD75A; }

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

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

background-color css

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

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

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

border-color css

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

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

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