Html Css Color HEX #9DCD5A Conifer

📋 copy color: '#9DCD5A'

red 157 ◦ green 205 ◦ blue 90

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

Shades of Conifer #9DCD5A

Tints of Conifer #9DCD5A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.35%

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

R = 34.73%
G = 45.35%
B = 19.91%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#9DCD5A (or 0x9DCD5A) is known color: Conifer. HEX triplet: 9D, CD and 5A. RGB value is (157,205,90). Sum of RGB (Red+Green+Blue) = 157+205+90=452 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.73% from 452); Green value is 205 (80.47% from 255 or 45.35% from 452); Blue value is 90 (35.55% from 255 or 19.91% from 452); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCD5A is #6232A5. Grayscale: #B1B1B1. Windows color (decimal): -6435494 or 5950877. OLE color: 5950877.

HSL color Cylindrical-coordinate representation of color #9DCD5A: hue angle of 85.04º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9DCD5A is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB 157 205 90 -
CMYK 0.23 0 0.56 0.20
HSL 85.04º 0.53% 0.58% -
HSV(B) 85.04º 0.56% 0.8% -
XYZ 37.58 51.57 17.65 -
YUV 177.54 78.6 113.35 -
System Red Green Blue C M Y K H S L
Decimal 157 205 90 0.23 0 0.56 0.20 85.04 0.53 0.58
Hex 9D CD 5A 17 0 38 14 55 35 3A
Octal 235 315 132 27 0 70 24 125 65 72
Binary 10011101 11001101 1011010 10111 0 111000 10100 1010101 110101 111010

Color Harmonies of #9DCD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DCD5A

Black with #9DCD5A

Text Example


Text Example

White with #9DCD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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