Html Css Color HEX #94C366 Olivine

📋 copy color: '#94C366'

red 148 ◦ green 195 ◦ blue 102

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

Shades of Olivine #94C366

Tints of Olivine #94C366

RGB

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

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

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

R = 33.26%
G = 43.82%
B = 22.92%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#94C366 (or 0x94C366) is known color: Olivine. HEX triplet: 94, C3 and 66. RGB value is (148,195,102). Sum of RGB (Red+Green+Blue) = 148+195+102=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 195 (76.56% from 255 or 43.82% from 445); Blue value is 102 (40.23% from 255 or 22.92% from 445); Max value from RGB is 195 - color contains mainly: green. Hex color #94C366 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C366 is #6B3C99. Grayscale: #AAAAAA. Windows color (decimal): -7027866 or 6734740. OLE color: 6734740.

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

Color convert

RGB 148 195 102 -
CMYK 0.24 0 0.48 0.24
HSL 90.32º 0.44% 0.58% -
HSV(B) 90.32º 0.48% 0.76% -
XYZ 34.13 46.29 19.71 -
YUV 170.35 89.43 112.06 -
System Red Green Blue C M Y K H S L
Decimal 148 195 102 0.24 0 0.48 0.24 90.32 0.44 0.58
Hex 94 C3 66 18 0 30 18 5A 2C 3A
Octal 224 303 146 30 0 60 30 132 54 72
Binary 10010100 11000011 1100110 11000 0 110000 11000 1011010 101100 111010

Color Harmonies of #94C366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C366

Black with #94C366

Text Example


Text Example

White with #94C366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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