Html Css Color HEX #94C85A Mantis

📋 copy color: '#94C85A'

red 148 ◦ green 200 ◦ blue 90

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

Shades of Mantis #94C85A

Tints of Mantis #94C85A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.66%

 BLUE value IS 90 (35.55% from 255) = 20.55%

R = 33.79%
G = 45.66%
B = 20.55%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.55

 K value IS 0.22

RGB Variations

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

Color information

#94C85A (or 0x94C85A) is known color: Mantis. HEX triplet: 94, C8 and 5A. RGB value is (148,200,90). Sum of RGB (Red+Green+Blue) = 148+200+90=438 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.79% from 438); Green value is 200 (78.52% from 255 or 45.66% from 438); Blue value is 90 (35.55% from 255 or 20.55% from 438); Max value from RGB is 200 - color contains mainly: green. Hex color #94C85A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C85A is #6B37A5. Grayscale: #ACACAC. Windows color (decimal): -7026598 or 5949588. OLE color: 5949588.

HSL color Cylindrical-coordinate representation of color #94C85A: hue angle of 88.36º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #94C85A is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB 148 200 90 -
CMYK 0.26 0 0.55 0.22
HSL 88.36º 0.5% 0.57% -
HSV(B) 88.36º 0.55% 0.78% -
XYZ 34.71 48.34 17.17 -
YUV 171.91 81.77 110.94 -
System Red Green Blue C M Y K H S L
Decimal 148 200 90 0.26 0 0.55 0.22 88.36 0.5 0.57
Hex 94 C8 5A 1A 0 37 16 58 32 39
Octal 224 310 132 32 0 67 26 130 62 71
Binary 10010100 11001000 1011010 11010 0 110111 10110 1011000 110010 111001

Color Harmonies of #94C85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C85A

Black with #94C85A

Text Example


Text Example

White with #94C85A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,200,90); }

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

background-color css

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

 a { background-color: rgb(148,200,90); }

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

border-color css

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

 span { border-color: rgb(148,200,90); }

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