Html Css Color HEX #94D04B Atlantis

📋 copy color: '#94D04B'

red 148 ◦ green 208 ◦ blue 75

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

Shades of Atlantis #94D04B

Tints of Atlantis #94D04B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.4%

R = 34.34%
G = 48.26%
B = 17.4%

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

#94D04B (or 0x94D04B) is known color: Atlantis. HEX triplet: 94, D0 and 4B. RGB value is (148,208,75). Sum of RGB (Red+Green+Blue) = 148+208+75=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 208 (81.64% from 255 or 48.26% from 431); Blue value is 75 (29.69% from 255 or 17.40% from 431); Max value from RGB is 208 - color contains mainly: green. Hex color #94D04B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D04B is #6B2FB4. Grayscale: #AFAFAF. Windows color (decimal): -7024565 or 4968596. OLE color: 4968596.

HSL color Cylindrical-coordinate representation of color #94D04B: hue angle of 87.07º 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 #94D04B is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 148 208 75 -
CMYK 0.29 0 0.64 0.18
HSL 87.07º 0.59% 0.55% -
HSV(B) 87.07º 0.64% 0.82% -
XYZ 36.04 51.92 14.78 -
YUV 174.9 71.62 108.81 -
System Red Green Blue C M Y K H S L
Decimal 148 208 75 0.29 0 0.64 0.18 87.07 0.59 0.55
Hex 94 D0 4B 1D 0 40 12 57 3B 37
Octal 224 320 113 35 0 100 22 127 73 67
Binary 10010100 11010000 1001011 11101 0 1000000 10010 1010111 111011 110111

Color Harmonies of #94D04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D04B

Black with #94D04B

Text Example


Text Example

White with #94D04B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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