Html Css Color HEX #94C848 Atlantis

📋 copy color: '#94C848'

red 148 ◦ green 200 ◦ blue 72

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

Shades of Atlantis #94C848

Tints of Atlantis #94C848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.14%

R = 35.24%
G = 47.62%
B = 17.14%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#94C848 (or 0x94C848) is known color: Atlantis. HEX triplet: 94, C8 and 48. RGB value is (148,200,72). Sum of RGB (Red+Green+Blue) = 148+200+72=420 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.24% from 420); Green value is 200 (78.52% from 255 or 47.62% from 420); Blue value is 72 (28.52% from 255 or 17.14% from 420); Max value from RGB is 200 - color contains mainly: green. Hex color #94C848 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C848 is #6B37B7. Grayscale: #AAAAAA. Windows color (decimal): -7026616 or 4769940. OLE color: 4769940.

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

Color convert

RGB 148 200 72 -
CMYK 0.26 0 0.64 0.22
HSL 84.38º 0.54% 0.53% -
HSV(B) 84.38º 0.64% 0.78% -
XYZ 34.04 48.07 13.62 -
YUV 169.86 72.77 112.41 -
System Red Green Blue C M Y K H S L
Decimal 148 200 72 0.26 0 0.64 0.22 84.38 0.54 0.53
Hex 94 C8 48 1A 0 40 16 54 36 35
Octal 224 310 110 32 0 100 26 124 66 65
Binary 10010100 11001000 1001000 11010 0 1000000 10110 1010100 110110 110101

Color Harmonies of #94C848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C848

Black with #94C848

Text Example


Text Example

White with #94C848

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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