Html Css Color HEX #94E338 Atlantis

📋 copy color: '#94E338'

red 148 ◦ green 227 ◦ blue 56

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

Shades of Atlantis #94E338

Tints of Atlantis #94E338

RGB

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

 GREEN value IS 227 (89.06% from 255) = 52.67%

 BLUE value IS 56 (22.27% from 255) = 12.99%

R = 34.34%
G = 52.67%
B = 12.99%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.75

 K value IS 0.11

RGB Variations

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

Color information

#94E338 (or 0x94E338) is known color: Atlantis. HEX triplet: 94, E3 and 38. RGB value is (148,227,56). Sum of RGB (Red+Green+Blue) = 148+227+56=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 227 (89.06% from 255 or 52.67% from 431); Blue value is 56 (22.27% from 255 or 12.99% from 431); Max value from RGB is 227 - color contains mainly: green. Hex color #94E338 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94E338 is #6B1CC7. Grayscale: #B8B8B8. Windows color (decimal): -7019720 or 3728276. OLE color: 3728276.

HSL color Cylindrical-coordinate representation of color #94E338: hue angle of 87.72º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #94E338 is Cyan = 0.35, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.

Color convert

RGB 148 227 56 -
CMYK 0.35 0 0.75 0.11
HSL 87.72º 0.75% 0.55% -
HSV(B) 87.72º 0.75% 0.89% -
XYZ 40.4 61.52 13.49 -
YUV 183.89 55.83 102.4 -
System Red Green Blue C M Y K H S L
Decimal 148 227 56 0.35 0 0.75 0.11 87.72 0.75 0.55
Hex 94 E3 38 23 0 4B B 58 4B 37
Octal 224 343 70 43 0 113 13 130 113 67
Binary 10010100 11100011 111000 100011 0 1001011 1011 1011000 1001011 110111

Color Harmonies of #94E338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E338

Black with #94E338

Text Example


Text Example

White with #94E338

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,227,56); }

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

background-color css

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

 a { background-color: rgb(148,227,56); }

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

border-color css

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

 span { border-color: rgb(148,227,56); }

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