Html Css Color HEX #94C050 Atlantis

📋 copy color: '#94C050'

red 148 ◦ green 192 ◦ blue 80

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

Shades of Atlantis #94C050

Tints of Atlantis #94C050

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.71%

 BLUE value IS 80 (31.64% from 255) = 19.05%

R = 35.24%
G = 45.71%
B = 19.05%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#94C050 (or 0x94C050) is known color: Atlantis. HEX triplet: 94, C0 and 50. RGB value is (148,192,80). Sum of RGB (Red+Green+Blue) = 148+192+80=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 192 (75.39% from 255 or 45.71% from 420); Blue value is 80 (31.64% from 255 or 19.05% from 420); Max value from RGB is 192 - color contains mainly: green. Hex color #94C050 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C050 is #6B3FAF. Grayscale: #A6A6A6. Windows color (decimal): -7028656 or 5292180. OLE color: 5292180.

HSL color Cylindrical-coordinate representation of color #94C050: hue angle of 83.57º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #94C050 is Cyan = 0.23, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 192 80 -
CMYK 0.23 0 0.58 0.25
HSL 83.57º 0.47% 0.53% -
HSV(B) 83.57º 0.58% 0.75% -
XYZ 32.51 44.57 14.48 -
YUV 166.08 79.42 115.11 -
System Red Green Blue C M Y K H S L
Decimal 148 192 80 0.23 0 0.58 0.25 83.57 0.47 0.53
Hex 94 C0 50 17 0 3A 19 54 2F 35
Octal 224 300 120 27 0 72 31 124 57 65
Binary 10010100 11000000 1010000 10111 0 111010 11001 1010100 101111 110101

Color Harmonies of #94C050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C050

Black with #94C050

Text Example


Text Example

White with #94C050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,192,80); }

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

background-color css

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

 a { background-color: rgb(148,192,80); }

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

border-color css

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

 span { border-color: rgb(148,192,80); }

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