Html Css Color HEX #95CA70 Olivine

📋 copy color: '#95CA70'

red 149 ◦ green 202 ◦ blue 112

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

Shades of Olivine #95CA70

Tints of Olivine #95CA70

RGB

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

 GREEN value IS 202 (79.3% from 255) = 43.63%

 BLUE value IS 112 (44.14% from 255) = 24.19%

R = 32.18%
G = 43.63%
B = 24.19%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.45

 K value IS 0.21

RGB Variations

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

Color information

#95CA70 (or 0x95CA70) is known color: Olivine. HEX triplet: 95, CA and 70. RGB value is (149,202,112). Sum of RGB (Red+Green+Blue) = 149+202+112=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 112 (44.14% from 255 or 24.19% from 463); Max value from RGB is 202 - color contains mainly: green. Hex color #95CA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95CA70 is #6A358F. Grayscale: #B0B0B0. Windows color (decimal): -6960528 or 7391893. OLE color: 7391893.

HSL color Cylindrical-coordinate representation of color #95CA70: hue angle of 95.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #95CA70 is Cyan = 0.26, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB 149 202 112 -
CMYK 0.26 0 0.45 0.21
HSL 95.33º 0.46% 0.62% -
HSV(B) 95.33º 0.45% 0.79% -
XYZ 36.44 49.8 23.02 -
YUV 175.89 91.94 108.82 -
System Red Green Blue C M Y K H S L
Decimal 149 202 112 0.26 0 0.45 0.21 95.33 0.46 0.62
Hex 95 CA 70 1A 0 2D 15 5F 2E 3E
Octal 225 312 160 32 0 55 25 137 56 76
Binary 10010101 11001010 1110000 11010 0 101101 10101 1011111 101110 111110

Color Harmonies of #95CA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95CA70

Black with #95CA70

Text Example


Text Example

White with #95CA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,202,112); }

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

background-color css

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

 a { background-color: rgb(149,202,112); }

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

border-color css

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

 span { border-color: rgb(149,202,112); }

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