Html Css Color HEX #94D94C Atlantis

📋 copy color: '#94D94C'

red 148 ◦ green 217 ◦ blue 76

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

Shades of Atlantis #94D94C

Tints of Atlantis #94D94C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 49.21%

 BLUE value IS 76 (30.08% from 255) = 17.23%

R = 33.56%
G = 49.21%
B = 17.23%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#94D94C (or 0x94D94C) is known color: Atlantis. HEX triplet: 94, D9 and 4C. RGB value is (148,217,76). Sum of RGB (Red+Green+Blue) = 148+217+76=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 217 (85.16% from 255 or 49.21% from 441); Blue value is 76 (30.08% from 255 or 17.23% from 441); Max value from RGB is 217 - color contains mainly: green. Hex color #94D94C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D94C is #6B26B3. Grayscale: #B4B4B4. Windows color (decimal): -7022260 or 5036436. OLE color: 5036436.

HSL color Cylindrical-coordinate representation of color #94D94C: hue angle of 89.36º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #94D94C is Cyan = 0.32, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 217 76 -
CMYK 0.32 0 0.65 0.15
HSL 89.36º 0.65% 0.57% -
HSV(B) 89.36º 0.65% 0.85% -
XYZ 38.33 56.44 15.71 -
YUV 180.3 69.14 104.96 -
System Red Green Blue C M Y K H S L
Decimal 148 217 76 0.32 0 0.65 0.15 89.36 0.65 0.57
Hex 94 D9 4C 20 0 41 F 59 41 39
Octal 224 331 114 40 0 101 17 131 101 71
Binary 10010100 11011001 1001100 100000 0 1000001 1111 1011001 1000001 111001

Color Harmonies of #94D94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D94C

Black with #94D94C

Text Example


Text Example

White with #94D94C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,217,76); }

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

background-color css

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

 a { background-color: rgb(148,217,76); }

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

border-color css

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

 span { border-color: rgb(148,217,76); }

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