Html Css Color HEX #94C853 Atlantis

📋 copy color: '#94C853'

red 148 ◦ green 200 ◦ blue 83

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

Shades of Atlantis #94C853

Tints of Atlantis #94C853

RGB

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

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

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

R = 34.34%
G = 46.4%
B = 19.26%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#94C853 (or 0x94C853) is known color: Atlantis. HEX triplet: 94, C8 and 53. RGB value is (148,200,83). Sum of RGB (Red+Green+Blue) = 148+200+83=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 200 (78.52% from 255 or 46.40% from 431); Blue value is 83 (32.81% from 255 or 19.26% from 431); Max value from RGB is 200 - color contains mainly: green. Hex color #94C853 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C853 is #6B37AC. Grayscale: #ABABAB. Windows color (decimal): -7026605 or 5490836. OLE color: 5490836.

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

Color convert

RGB 148 200 83 -
CMYK 0.26 0 0.58 0.22
HSL 86.67º 0.52% 0.55% -
HSV(B) 86.67º 0.59% 0.78% -
XYZ 34.43 48.23 15.68 -
YUV 171.11 78.27 111.51 -
System Red Green Blue C M Y K H S L
Decimal 148 200 83 0.26 0 0.58 0.22 86.67 0.52 0.55
Hex 94 C8 53 1A 0 3A 16 57 34 37
Octal 224 310 123 32 0 72 26 127 64 67
Binary 10010100 11001000 1010011 11010 0 111010 10110 1010111 110100 110111

Color Harmonies of #94C853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C853

Black with #94C853

Text Example


Text Example

White with #94C853

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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