Html Css Color HEX #94C364 Olivine

📋 copy color: '#94C364'

red 148 ◦ green 195 ◦ blue 100

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

Shades of Olivine #94C364

Tints of Olivine #94C364

RGB

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

 GREEN value IS 195 (76.56% from 255) = 44.02%

 BLUE value IS 100 (39.45% from 255) = 22.57%

R = 33.41%
G = 44.02%
B = 22.57%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#94C364 (or 0x94C364) is known color: Olivine. HEX triplet: 94, C3 and 64. RGB value is (148,195,100). Sum of RGB (Red+Green+Blue) = 148+195+100=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 195 (76.56% from 255 or 44.02% from 443); Blue value is 100 (39.45% from 255 or 22.57% from 443); Max value from RGB is 195 - color contains mainly: green. Hex color #94C364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C364 is #6B3C9B. Grayscale: #AAAAAA. Windows color (decimal): -7027868 or 6603668. OLE color: 6603668.

HSL color Cylindrical-coordinate representation of color #94C364: hue angle of 89.68º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #94C364 is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 148 195 100 -
CMYK 0.24 0 0.49 0.24
HSL 89.68º 0.44% 0.58% -
HSV(B) 89.68º 0.49% 0.76% -
XYZ 34.03 46.25 19.19 -
YUV 170.12 88.43 112.22 -
System Red Green Blue C M Y K H S L
Decimal 148 195 100 0.24 0 0.49 0.24 89.68 0.44 0.58
Hex 94 C3 64 18 0 31 18 5A 2C 3A
Octal 224 303 144 30 0 61 30 132 54 72
Binary 10010100 11000011 1100100 11000 0 110001 11000 1011010 101100 111010

Color Harmonies of #94C364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C364

Black with #94C364

Text Example


Text Example

White with #94C364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,195,100); }

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

background-color css

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

 a { background-color: rgb(148,195,100); }

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

border-color css

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

 span { border-color: rgb(148,195,100); }

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