Html Css Color HEX #94C04A Atlantis

📋 copy color: '#94C04A'

red 148 ◦ green 192 ◦ blue 74

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

Shades of Atlantis #94C04A

Tints of Atlantis #94C04A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.87%

R = 35.75%
G = 46.38%
B = 17.87%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#94C04A (or 0x94C04A) is known color: Atlantis. HEX triplet: 94, C0 and 4A. RGB value is (148,192,74). Sum of RGB (Red+Green+Blue) = 148+192+74=414 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.75% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 74 (29.30% from 255 or 17.87% from 414); Max value from RGB is 192 - color contains mainly: green. Hex color #94C04A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C04A is #6B3FB5. Grayscale: #A5A5A5. Windows color (decimal): -7028662 or 4898964. OLE color: 4898964.

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

Color convert

RGB 148 192 74 -
CMYK 0.23 0 0.61 0.25
HSL 82.37º 0.48% 0.52% -
HSV(B) 82.37º 0.61% 0.75% -
XYZ 32.3 44.49 13.36 -
YUV 165.39 76.42 115.59 -
System Red Green Blue C M Y K H S L
Decimal 148 192 74 0.23 0 0.61 0.25 82.37 0.48 0.52
Hex 94 C0 4A 17 0 3D 19 52 30 34
Octal 224 300 112 27 0 75 31 122 60 64
Binary 10010100 11000000 1001010 10111 0 111101 11001 1010010 110000 110100

Color Harmonies of #94C04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C04A

Black with #94C04A

Text Example


Text Example

White with #94C04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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