Html Css Color HEX #94C745 Atlantis

📋 copy color: '#94C745'

red 148 ◦ green 199 ◦ blue 69

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

Shades of Atlantis #94C745

Tints of Atlantis #94C745

RGB

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

 GREEN value IS 199 (78.13% from 255) = 47.84%

 BLUE value IS 69 (27.34% from 255) = 16.59%

R = 35.58%
G = 47.84%
B = 16.59%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#94C745 (or 0x94C745) is known color: Atlantis. HEX triplet: 94, C7 and 45. RGB value is (148,199,69). Sum of RGB (Red+Green+Blue) = 148+199+69=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 199 (78.12% from 255 or 47.84% from 416); Blue value is 69 (27.34% from 255 or 16.59% from 416); Max value from RGB is 199 - color contains mainly: green. Hex color #94C745 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C745 is #6B38BA. Grayscale: #A9A9A9. Windows color (decimal): -7026875 or 4573076. OLE color: 4573076.

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

Color convert

RGB 148 199 69 -
CMYK 0.26 0 0.65 0.22
HSL 83.54º 0.54% 0.53% -
HSV(B) 83.54º 0.65% 0.78% -
XYZ 33.71 47.57 13.04 -
YUV 168.93 71.6 113.07 -
System Red Green Blue C M Y K H S L
Decimal 148 199 69 0.26 0 0.65 0.22 83.54 0.54 0.53
Hex 94 C7 45 1A 0 41 16 54 36 35
Octal 224 307 105 32 0 101 26 124 66 65
Binary 10010100 11000111 1000101 11010 0 1000001 10110 1010100 110110 110101

Color Harmonies of #94C745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C745

Black with #94C745

Text Example


Text Example

White with #94C745

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,199,69); }

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

background-color css

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

 a { background-color: rgb(148,199,69); }

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

border-color css

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

 span { border-color: rgb(148,199,69); }

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