Html Css Color HEX #9DC05A Olivine

📋 copy color: '#9DC05A'

red 157 ◦ green 192 ◦ blue 90

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

Shades of Olivine #9DC05A

Tints of Olivine #9DC05A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.74%

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

R = 35.76%
G = 43.74%
B = 20.5%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#9DC05A (or 0x9DC05A) is known color: Olivine. HEX triplet: 9D, C0 and 5A. RGB value is (157,192,90). Sum of RGB (Red+Green+Blue) = 157+192+90=439 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.76% from 439); Green value is 192 (75.39% from 255 or 43.74% from 439); Blue value is 90 (35.55% from 255 or 20.50% from 439); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC05A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC05A is #623FA5. Grayscale: #AAAAAA. Windows color (decimal): -6438822 or 5947549. OLE color: 5947549.

HSL color Cylindrical-coordinate representation of color #9DC05A: hue angle of 80.59º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9DC05A is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 192 90 -
CMYK 0.18 0 0.53 0.25
HSL 80.59º 0.45% 0.55% -
HSV(B) 80.59º 0.53% 0.75% -
XYZ 34.6 45.61 16.65 -
YUV 169.91 82.9 118.79 -
System Red Green Blue C M Y K H S L
Decimal 157 192 90 0.18 0 0.53 0.25 80.59 0.45 0.55
Hex 9D C0 5A 12 0 35 19 51 2D 37
Octal 235 300 132 22 0 65 31 121 55 67
Binary 10011101 11000000 1011010 10010 0 110101 11001 1010001 101101 110111

Color Harmonies of #9DC05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC05A

Black with #9DC05A

Text Example


Text Example

White with #9DC05A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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