Html Css Color HEX #94CA47 Atlantis

📋 copy color: '#94CA47'

red 148 ◦ green 202 ◦ blue 71

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

Shades of Atlantis #94CA47

Tints of Atlantis #94CA47

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.98%

 BLUE value IS 71 (28.13% from 255) = 16.86%

R = 35.15%
G = 47.98%
B = 16.86%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#94CA47 (or 0x94CA47) is known color: Atlantis. HEX triplet: 94, CA and 47. RGB value is (148,202,71). Sum of RGB (Red+Green+Blue) = 148+202+71=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 202 (79.30% from 255 or 47.98% from 421); Blue value is 71 (28.12% from 255 or 16.86% from 421); Max value from RGB is 202 - color contains mainly: green. Hex color #94CA47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94CA47 is #6B35B8. Grayscale: #ABABAB. Windows color (decimal): -7026105 or 4704916. OLE color: 4704916.

HSL color Cylindrical-coordinate representation of color #94CA47: hue angle of 84.73º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #94CA47 is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 202 71 -
CMYK 0.27 0 0.65 0.21
HSL 84.73º 0.55% 0.54% -
HSV(B) 84.73º 0.65% 0.79% -
XYZ 34.47 48.99 13.6 -
YUV 170.92 71.61 111.65 -
System Red Green Blue C M Y K H S L
Decimal 148 202 71 0.27 0 0.65 0.21 84.73 0.55 0.54
Hex 94 CA 47 1B 0 41 15 55 37 36
Octal 224 312 107 33 0 101 25 125 67 66
Binary 10010100 11001010 1000111 11011 0 1000001 10101 1010101 110111 110110

Color Harmonies of #94CA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CA47

Black with #94CA47

Text Example


Text Example

White with #94CA47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,202,71); }

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

background-color css

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

 a { background-color: rgb(148,202,71); }

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

border-color css

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

 span { border-color: rgb(148,202,71); }

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