Html Css Color HEX #94CE6E Olivine

📋 copy color: '#94CE6E'

red 148 ◦ green 206 ◦ blue 110

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

Shades of Olivine #94CE6E

Tints of Olivine #94CE6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.71%

R = 31.9%
G = 44.4%
B = 23.71%

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

#94CE6E (or 0x94CE6E) is known color: Olivine. HEX triplet: 94, CE and 6E. RGB value is (148,206,110). Sum of RGB (Red+Green+Blue) = 148+206+110=464 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.90% from 464); Green value is 206 (80.86% from 255 or 44.40% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 206 - color contains mainly: green. Hex color #94CE6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CE6E is #6B3191. Grayscale: #B2B2B2. Windows color (decimal): -7025042 or 7261844. OLE color: 7261844.

HSL color Cylindrical-coordinate representation of color #94CE6E: hue angle of 96.25º degrees, saturation: 0.49, 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 #94CE6E is Cyan = 0.28, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 206 110 -
CMYK 0.28 0 0.47 0.19
HSL 96.25º 0.49% 0.62% -
HSV(B) 96.25º 0.47% 0.81% -
XYZ 37.1 51.56 22.75 -
YUV 177.71 89.78 106.81 -
System Red Green Blue C M Y K H S L
Decimal 148 206 110 0.28 0 0.47 0.19 96.25 0.49 0.62
Hex 94 CE 6E 1C 0 2F 13 60 31 3E
Octal 224 316 156 34 0 57 23 140 61 76
Binary 10010100 11001110 1101110 11100 0 101111 10011 1100000 110001 111110

Color Harmonies of #94CE6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CE6E

Black with #94CE6E

Text Example


Text Example

White with #94CE6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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