Html Css Color HEX #94C641 Atlantis

📋 copy color: '#94C641'

red 148 ◦ green 198 ◦ blue 65

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

Shades of Atlantis #94C641

Tints of Atlantis #94C641

RGB

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

 GREEN value IS 198 (77.73% from 255) = 48.18%

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

R = 36.01%
G = 48.18%
B = 15.82%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.67

 K value IS 0.22

RGB Variations

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

Color information

#94C641 (or 0x94C641) is known color: Atlantis. HEX triplet: 94, C6 and 41. RGB value is (148,198,65). Sum of RGB (Red+Green+Blue) = 148+198+65=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 198 (77.73% from 255 or 48.18% from 411); Blue value is 65 (25.78% from 255 or 15.82% from 411); Max value from RGB is 198 - color contains mainly: green. Hex color #94C641 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C641 is #6B39BE. Grayscale: #A8A8A8. Windows color (decimal): -7027135 or 4310676. OLE color: 4310676.

HSL color Cylindrical-coordinate representation of color #94C641: hue angle of 82.56º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #94C641 is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.

Color convert

RGB 148 198 65 -
CMYK 0.25 0 0.67 0.22
HSL 82.56º 0.54% 0.52% -
HSV(B) 82.56º 0.67% 0.78% -
XYZ 33.36 47.07 12.33 -
YUV 167.89 69.94 113.81 -
System Red Green Blue C M Y K H S L
Decimal 148 198 65 0.25 0 0.67 0.22 82.56 0.54 0.52
Hex 94 C6 41 19 0 43 16 53 36 34
Octal 224 306 101 31 0 103 26 123 66 64
Binary 10010100 11000110 1000001 11001 0 1000011 10110 1010011 110110 110100

Color Harmonies of #94C641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C641

Black with #94C641

Text Example


Text Example

White with #94C641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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