Html Css Color HEX #94CE66 Olivine

📋 copy color: '#94CE66'

red 148 ◦ green 206 ◦ blue 102

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

Shades of Olivine #94CE66

Tints of Olivine #94CE66

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.18%

 BLUE value IS 102 (40.23% from 255) = 22.37%

R = 32.46%
G = 45.18%
B = 22.37%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.50

 K value IS 0.19

RGB Variations

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

Color information

#94CE66 (or 0x94CE66) is known color: Olivine. HEX triplet: 94, CE and 66. RGB value is (148,206,102). Sum of RGB (Red+Green+Blue) = 148+206+102=456 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.46% from 456); Green value is 206 (80.86% from 255 or 45.18% from 456); Blue value is 102 (40.23% from 255 or 22.37% from 456); Max value from RGB is 206 - color contains mainly: green. Hex color #94CE66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CE66 is #6B3199. Grayscale: #B1B1B1. Windows color (decimal): -7025050 or 6737556. OLE color: 6737556.

HSL color Cylindrical-coordinate representation of color #94CE66: hue angle of 93.46º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #94CE66 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 206 102 -
CMYK 0.28 0 0.50 0.19
HSL 93.46º 0.51% 0.6% -
HSV(B) 93.46º 0.5% 0.81% -
XYZ 36.68 51.4 20.56 -
YUV 176.8 85.78 107.46 -
System Red Green Blue C M Y K H S L
Decimal 148 206 102 0.28 0 0.50 0.19 93.46 0.51 0.6
Hex 94 CE 66 1C 0 32 13 5D 33 3C
Octal 224 316 146 34 0 62 23 135 63 74
Binary 10010100 11001110 1100110 11100 0 110010 10011 1011101 110011 111100

Color Harmonies of #94CE66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CE66

Black with #94CE66

Text Example


Text Example

White with #94CE66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,206,102); }

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

background-color css

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

 a { background-color: rgb(148,206,102); }

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

border-color css

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

 span { border-color: rgb(148,206,102); }

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