Html Css Color HEX #94C349 Atlantis

📋 copy color: '#94C349'

red 148 ◦ green 195 ◦ blue 73

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

Shades of Atlantis #94C349

Tints of Atlantis #94C349

RGB

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

 GREEN value IS 195 (76.56% from 255) = 46.88%

 BLUE value IS 73 (28.91% from 255) = 17.55%

R = 35.58%
G = 46.88%
B = 17.55%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#94C349 (or 0x94C349) is known color: Atlantis. HEX triplet: 94, C3 and 49. RGB value is (148,195,73). Sum of RGB (Red+Green+Blue) = 148+195+73=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 195 (76.56% from 255 or 46.88% from 416); Blue value is 73 (28.91% from 255 or 17.55% from 416); Max value from RGB is 195 - color contains mainly: green. Hex color #94C349 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C349 is #6B3CB6. Grayscale: #A7A7A7. Windows color (decimal): -7027895 or 4834196. OLE color: 4834196.

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

Color convert

RGB 148 195 73 -
CMYK 0.24 0 0.63 0.24
HSL 83.11º 0.5% 0.53% -
HSV(B) 83.11º 0.63% 0.76% -
XYZ 32.93 45.81 13.41 -
YUV 167.04 74.93 114.42 -
System Red Green Blue C M Y K H S L
Decimal 148 195 73 0.24 0 0.63 0.24 83.11 0.5 0.53
Hex 94 C3 49 18 0 3F 18 53 32 35
Octal 224 303 111 30 0 77 30 123 62 65
Binary 10010100 11000011 1001001 11000 0 111111 11000 1010011 110010 110101

Color Harmonies of #94C349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C349

Black with #94C349

Text Example


Text Example

White with #94C349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,195,73); }

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

background-color css

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

 a { background-color: rgb(148,195,73); }

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

border-color css

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

 span { border-color: rgb(148,195,73); }

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