Html Css Color HEX #94CC63 Olivine

📋 copy color: '#94CC63'

red 148 ◦ green 204 ◦ blue 99

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

Shades of Olivine #94CC63

Tints of Olivine #94CC63

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.23%

 BLUE value IS 99 (39.06% from 255) = 21.95%

R = 32.82%
G = 45.23%
B = 21.95%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.51

 K value IS 0.2

RGB Variations

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

Color information

#94CC63 (or 0x94CC63) is known color: Olivine. HEX triplet: 94, CC and 63. RGB value is (148,204,99). Sum of RGB (Red+Green+Blue) = 148+204+99=451 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.82% from 451); Green value is 204 (80.08% from 255 or 45.23% from 451); Blue value is 99 (39.06% from 255 or 21.95% from 451); Max value from RGB is 204 - color contains mainly: green. Hex color #94CC63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CC63 is #6B339C. Grayscale: #AFAFAF. Windows color (decimal): -7025565 or 6540436. OLE color: 6540436.

HSL color Cylindrical-coordinate representation of color #94CC63: hue angle of 92º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #94CC63 is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.2.

Color convert

RGB 148 204 99 -
CMYK 0.27 0 0.51 0.2
HSL 92º 0.51% 0.59% -
HSV(B) 92º 0.51% 0.8% -
XYZ 36.06 50.38 19.63 -
YUV 175.29 84.95 108.54 -
System Red Green Blue C M Y K H S L
Decimal 148 204 99 0.27 0 0.51 0.2 92 0.51 0.59
Hex 94 CC 63 1B 0 33 14 5C 33 3B
Octal 224 314 143 33 0 63 24 134 63 73
Binary 10010100 11001100 1100011 11011 0 110011 10100 1011100 110011 111011

Color Harmonies of #94CC63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CC63

Black with #94CC63

Text Example


Text Example

White with #94CC63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,204,99); }

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

background-color css

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

 a { background-color: rgb(148,204,99); }

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

border-color css

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

 span { border-color: rgb(148,204,99); }

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