Html Css Color HEX #94D04A Atlantis

📋 copy color: '#94D04A'

red 148 ◦ green 208 ◦ blue 74

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

Shades of Atlantis #94D04A

Tints of Atlantis #94D04A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.37%

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

R = 34.42%
G = 48.37%
B = 17.21%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#94D04A (or 0x94D04A) is known color: Atlantis. HEX triplet: 94, D0 and 4A. RGB value is (148,208,74). Sum of RGB (Red+Green+Blue) = 148+208+74=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 208 (81.64% from 255 or 48.37% from 430); Blue value is 74 (29.30% from 255 or 17.21% from 430); Max value from RGB is 208 - color contains mainly: green. Hex color #94D04A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D04A is #6B2FB5. Grayscale: #AFAFAF. Windows color (decimal): -7024566 or 4903060. OLE color: 4903060.

HSL color Cylindrical-coordinate representation of color #94D04A: hue angle of 86.87º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #94D04A is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 148 208 74 -
CMYK 0.29 0 0.64 0.18
HSL 86.87º 0.59% 0.55% -
HSV(B) 86.87º 0.64% 0.82% -
XYZ 36 51.9 14.6 -
YUV 174.78 71.12 108.9 -
System Red Green Blue C M Y K H S L
Decimal 148 208 74 0.29 0 0.64 0.18 86.87 0.59 0.55
Hex 94 D0 4A 1D 0 40 12 57 3B 37
Octal 224 320 112 35 0 100 22 127 73 67
Binary 10010100 11010000 1001010 11101 0 1000000 10010 1010111 111011 110111

Color Harmonies of #94D04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D04A

Black with #94D04A

Text Example


Text Example

White with #94D04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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