Html Css Color HEX #94D248 Atlantis

📋 copy color: '#94D248'

red 148 ◦ green 210 ◦ blue 72

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

Shades of Atlantis #94D248

Tints of Atlantis #94D248

RGB

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

 GREEN value IS 210 (82.42% from 255) = 48.84%

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

R = 34.42%
G = 48.84%
B = 16.74%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#94D248 (or 0x94D248) is known color: Atlantis. HEX triplet: 94, D2 and 48. RGB value is (148,210,72). Sum of RGB (Red+Green+Blue) = 148+210+72=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 210 (82.42% from 255 or 48.84% from 430); Blue value is 72 (28.52% from 255 or 16.74% from 430); Max value from RGB is 210 - color contains mainly: green. Hex color #94D248 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D248 is #6B2DB7. Grayscale: #B0B0B0. Windows color (decimal): -7024056 or 4772500. OLE color: 4772500.

HSL color Cylindrical-coordinate representation of color #94D248: hue angle of 86.96º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #94D248 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 148 210 72 -
CMYK 0.30 0 0.66 0.18
HSL 86.96º 0.61% 0.55% -
HSV(B) 86.96º 0.66% 0.82% -
XYZ 36.43 52.86 14.41 -
YUV 175.73 69.46 108.22 -
System Red Green Blue C M Y K H S L
Decimal 148 210 72 0.30 0 0.66 0.18 86.96 0.61 0.55
Hex 94 D2 48 1E 0 42 12 57 3D 37
Octal 224 322 110 36 0 102 22 127 75 67
Binary 10010100 11010010 1001000 11110 0 1000010 10010 1010111 111101 110111

Color Harmonies of #94D248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D248

Black with #94D248

Text Example


Text Example

White with #94D248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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