Html Css Color HEX #94C353 Atlantis

📋 copy color: '#94C353'

red 148 ◦ green 195 ◦ blue 83

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

Shades of Atlantis #94C353

Tints of Atlantis #94C353

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.77%

 BLUE value IS 83 (32.81% from 255) = 19.48%

R = 34.74%
G = 45.77%
B = 19.48%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#94C353 (or 0x94C353) is known color: Atlantis. HEX triplet: 94, C3 and 53. RGB value is (148,195,83). Sum of RGB (Red+Green+Blue) = 148+195+83=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 195 (76.56% from 255 or 45.77% from 426); Blue value is 83 (32.81% from 255 or 19.48% from 426); Max value from RGB is 195 - color contains mainly: green. Hex color #94C353 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C353 is #6B3CAC. Grayscale: #A8A8A8. Windows color (decimal): -7027885 or 5489556. OLE color: 5489556.

HSL color Cylindrical-coordinate representation of color #94C353: hue angle of 85.18º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #94C353 is Cyan = 0.24, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB 148 195 83 -
CMYK 0.24 0 0.57 0.24
HSL 85.18º 0.48% 0.55% -
HSV(B) 85.18º 0.57% 0.76% -
XYZ 33.29 45.95 15.3 -
YUV 168.18 79.93 113.61 -
System Red Green Blue C M Y K H S L
Decimal 148 195 83 0.24 0 0.57 0.24 85.18 0.48 0.55
Hex 94 C3 53 18 0 39 18 55 30 37
Octal 224 303 123 30 0 71 30 125 60 67
Binary 10010100 11000011 1010011 11000 0 111001 11000 1010101 110000 110111

Color Harmonies of #94C353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C353

Black with #94C353

Text Example


Text Example

White with #94C353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,195,83); }

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

background-color css

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

 a { background-color: rgb(148,195,83); }

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

border-color css

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

 span { border-color: rgb(148,195,83); }

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