Html Css Color HEX #94C241 Atlantis

📋 copy color: '#94C241'

red 148 ◦ green 194 ◦ blue 65

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

Shades of Atlantis #94C241

Tints of Atlantis #94C241

RGB

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

 GREEN value IS 194 (76.17% from 255) = 47.67%

 BLUE value IS 65 (25.78% from 255) = 15.97%

R = 36.36%
G = 47.67%
B = 15.97%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#94C241 (or 0x94C241) is known color: Atlantis. HEX triplet: 94, C2 and 41. RGB value is (148,194,65). Sum of RGB (Red+Green+Blue) = 148+194+65=407 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.36% from 407); Green value is 194 (76.17% from 255 or 47.67% from 407); Blue value is 65 (25.78% from 255 or 15.97% from 407); Max value from RGB is 194 - color contains mainly: green. Hex color #94C241 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C241 is #6B3DBE. Grayscale: #A6A6A6. Windows color (decimal): -7028159 or 4309652. OLE color: 4309652.

HSL color Cylindrical-coordinate representation of color #94C241: hue angle of 81.4º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #94C241 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 148 194 65 -
CMYK 0.24 0 0.66 0.24
HSL 81.4º 0.51% 0.51% -
HSV(B) 81.4º 0.66% 0.76% -
XYZ 32.46 45.26 12.03 -
YUV 165.54 71.26 115.49 -
System Red Green Blue C M Y K H S L
Decimal 148 194 65 0.24 0 0.66 0.24 81.4 0.51 0.51
Hex 94 C2 41 18 0 42 18 51 33 33
Octal 224 302 101 30 0 102 30 121 63 63
Binary 10010100 11000010 1000001 11000 0 1000010 11000 1010001 110011 110011

Color Harmonies of #94C241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C241

Black with #94C241

Text Example


Text Example

White with #94C241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,194,65); }

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

background-color css

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

 a { background-color: rgb(148,194,65); }

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

border-color css

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

 span { border-color: rgb(148,194,65); }

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