Html Css Color HEX #95C15A Olivine

📋 copy color: '#95C15A'

red 149 ◦ green 193 ◦ blue 90

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

Shades of Olivine #95C15A

Tints of Olivine #95C15A

RGB

 RED value IS 149 (58.59% from 255) = 34.49%

 GREEN value IS 193 (75.78% from 255) = 44.68%

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

R = 34.49%
G = 44.68%
B = 20.83%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#95C15A (or 0x95C15A) is known color: Olivine. HEX triplet: 95, C1 and 5A. RGB value is (149,193,90). Sum of RGB (Red+Green+Blue) = 149+193+90=432 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.49% from 432); Green value is 193 (75.78% from 255 or 44.68% from 432); Blue value is 90 (35.55% from 255 or 20.83% from 432); Max value from RGB is 193 - color contains mainly: green. Hex color #95C15A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95C15A is #6A3EA5. Grayscale: #A8A8A8. Windows color (decimal): -6962854 or 5947797. OLE color: 5947797.

HSL color Cylindrical-coordinate representation of color #95C15A: hue angle of 85.63º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #95C15A is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB 149 193 90 -
CMYK 0.23 0 0.53 0.24
HSL 85.63º 0.45% 0.55% -
HSV(B) 85.63º 0.53% 0.76% -
XYZ 33.31 45.27 16.65 -
YUV 168.1 83.92 114.38 -
System Red Green Blue C M Y K H S L
Decimal 149 193 90 0.23 0 0.53 0.24 85.63 0.45 0.55
Hex 95 C1 5A 17 0 35 18 56 2D 37
Octal 225 301 132 27 0 65 30 126 55 67
Binary 10010101 11000001 1011010 10111 0 110101 11000 1010110 101101 110111

Color Harmonies of #95C15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95C15A

Black with #95C15A

Text Example


Text Example

White with #95C15A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95C15A; }

 p { color: rgb(149,193,90); }

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

background-color css

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

 a { background-color: rgb(149,193,90); }

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

border-color css

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

 span { border-color: rgb(149,193,90); }

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