Html Css Color HEX #94CE6D Olivine

📋 copy color: '#94CE6D'

red 148 ◦ green 206 ◦ blue 109

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

Shades of Olivine #94CE6D

Tints of Olivine #94CE6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23.54%

R = 31.97%
G = 44.49%
B = 23.54%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#94CE6D (or 0x94CE6D) is known color: Olivine. HEX triplet: 94, CE and 6D. RGB value is (148,206,109). Sum of RGB (Red+Green+Blue) = 148+206+109=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 206 (80.86% from 255 or 44.49% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 206 - color contains mainly: green. Hex color #94CE6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CE6D is #6B3192. Grayscale: #B1B1B1. Windows color (decimal): -7025043 or 7196308. OLE color: 7196308.

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

Color convert

RGB 148 206 109 -
CMYK 0.28 0 0.47 0.19
HSL 95.88º 0.5% 0.62% -
HSV(B) 95.88º 0.47% 0.81% -
XYZ 37.04 51.54 22.46 -
YUV 177.6 89.28 106.89 -
System Red Green Blue C M Y K H S L
Decimal 148 206 109 0.28 0 0.47 0.19 95.88 0.5 0.62
Hex 94 CE 6D 1C 0 2F 13 60 32 3E
Octal 224 316 155 34 0 57 23 140 62 76
Binary 10010100 11001110 1101101 11100 0 101111 10011 1100000 110010 111110

Color Harmonies of #94CE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CE6D

Black with #94CE6D

Text Example


Text Example

White with #94CE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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