Html Css Color HEX #94C05F Olivine

📋 copy color: '#94C05F'

red 148 ◦ green 192 ◦ blue 95

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

Shades of Olivine #94C05F

Tints of Olivine #94C05F

RGB

 RED value IS 148 (58.2% from 255) = 34.02%

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

 BLUE value IS 95 (37.5% from 255) = 21.84%

R = 34.02%
G = 44.14%
B = 21.84%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#94C05F (or 0x94C05F) is known color: Olivine. HEX triplet: 94, C0 and 5F. RGB value is (148,192,95). Sum of RGB (Red+Green+Blue) = 148+192+95=435 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.02% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 95 (37.5% from 255 or 21.84% from 435); Max value from RGB is 192 - color contains mainly: green. Hex color #94C05F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C05F is #6B3FA0. Grayscale: #A8A8A8. Windows color (decimal): -7028641 or 6275220. OLE color: 6275220.

HSL color Cylindrical-coordinate representation of color #94C05F: hue angle of 87.22º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #94C05F is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 192 95 -
CMYK 0.23 0 0.51 0.25
HSL 87.22º 0.43% 0.56% -
HSV(B) 87.22º 0.51% 0.75% -
XYZ 33.13 44.82 17.73 -
YUV 167.79 86.92 113.89 -
System Red Green Blue C M Y K H S L
Decimal 148 192 95 0.23 0 0.51 0.25 87.22 0.43 0.56
Hex 94 C0 5F 17 0 33 19 57 2B 38
Octal 224 300 137 27 0 63 31 127 53 70
Binary 10010100 11000000 1011111 10111 0 110011 11001 1010111 101011 111000

Color Harmonies of #94C05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C05F

Black with #94C05F

Text Example


Text Example

White with #94C05F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94C05F; }

 p { color: rgb(148,192,95); }

 H1.HeaderClassName
 {
   color: #94C05F;
 }
 .AnyTagClassName
 {
   color: #94C05F;
 }
</style>

background-color css

<style>
 a { background-color: #94C05F; }

 a { background-color: rgb(148,192,95); }

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

border-color css

<style>
 span { border-color: #94C05F; }

 span { border-color: rgb(148,192,95); }

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