Html Css Color HEX #94C041 Atlantis

📋 copy color: '#94C041'

red 148 ◦ green 192 ◦ blue 65

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

Shades of Atlantis #94C041

Tints of Atlantis #94C041

RGB

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

 GREEN value IS 192 (75.39% from 255) = 47.41%

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

R = 36.54%
G = 47.41%
B = 16.05%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#94C041 (or 0x94C041) is known color: Atlantis. HEX triplet: 94, C0 and 41. RGB value is (148,192,65). Sum of RGB (Red+Green+Blue) = 148+192+65=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 192 (75.39% from 255 or 47.41% from 405); Blue value is 65 (25.78% from 255 or 16.05% from 405); Max value from RGB is 192 - color contains mainly: green. Hex color #94C041 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C041 is #6B3FBE. Grayscale: #A4A4A4. Windows color (decimal): -7028671 or 4309140. OLE color: 4309140.

HSL color Cylindrical-coordinate representation of color #94C041: hue angle of 80.79º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #94C041 is Cyan = 0.23, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 192 65 -
CMYK 0.23 0 0.66 0.25
HSL 80.79º 0.5% 0.5% -
HSV(B) 80.79º 0.66% 0.75% -
XYZ 32.02 44.38 11.88 -
YUV 164.37 71.92 116.33 -
System Red Green Blue C M Y K H S L
Decimal 148 192 65 0.23 0 0.66 0.25 80.79 0.5 0.5
Hex 94 C0 41 17 0 42 19 51 32 32
Octal 224 300 101 27 0 102 31 121 62 62
Binary 10010100 11000000 1000001 10111 0 1000010 11001 1010001 110010 110010

Color Harmonies of #94C041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C041

Black with #94C041

Text Example


Text Example

White with #94C041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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