Html Css Color HEX #94C550 Atlantis

📋 copy color: '#94C550'

red 148 ◦ green 197 ◦ blue 80

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

Shades of Atlantis #94C550

Tints of Atlantis #94C550

RGB

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

 GREEN value IS 197 (77.34% from 255) = 46.35%

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

R = 34.82%
G = 46.35%
B = 18.82%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#94C550 (or 0x94C550) is known color: Atlantis. HEX triplet: 94, C5 and 50. RGB value is (148,197,80). Sum of RGB (Red+Green+Blue) = 148+197+80=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 197 (77.34% from 255 or 46.35% from 425); Blue value is 80 (31.64% from 255 or 18.82% from 425); Max value from RGB is 197 - color contains mainly: green. Hex color #94C550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C550 is #6B3AAF. Grayscale: #A9A9A9. Windows color (decimal): -7027376 or 5293460. OLE color: 5293460.

HSL color Cylindrical-coordinate representation of color #94C550: hue angle of 85.13º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #94C550 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 148 197 80 -
CMYK 0.25 0 0.59 0.23
HSL 85.13º 0.5% 0.54% -
HSV(B) 85.13º 0.59% 0.77% -
XYZ 33.63 46.81 14.85 -
YUV 169.01 77.77 113.01 -
System Red Green Blue C M Y K H S L
Decimal 148 197 80 0.25 0 0.59 0.23 85.13 0.5 0.54
Hex 94 C5 50 19 0 3B 17 55 32 36
Octal 224 305 120 31 0 73 27 125 62 66
Binary 10010100 11000101 1010000 11001 0 111011 10111 1010101 110010 110110

Color Harmonies of #94C550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C550

Black with #94C550

Text Example


Text Example

White with #94C550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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