Html Css Color HEX #94CA3C Atlantis

📋 copy color: '#94CA3C'

red 148 ◦ green 202 ◦ blue 60

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

Shades of Atlantis #94CA3C

Tints of Atlantis #94CA3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.63%

R = 36.1%
G = 49.27%
B = 14.63%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#94CA3C (or 0x94CA3C) is known color: Atlantis. HEX triplet: 94, CA and 3C. RGB value is (148,202,60). Sum of RGB (Red+Green+Blue) = 148+202+60=410 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.10% from 410); Green value is 202 (79.30% from 255 or 49.27% from 410); Blue value is 60 (23.83% from 255 or 14.63% from 410); Max value from RGB is 202 - color contains mainly: green. Hex color #94CA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94CA3C is #6B35C3. Grayscale: #AAAAAA. Windows color (decimal): -7026116 or 3984020. OLE color: 3984020.

HSL color Cylindrical-coordinate representation of color #94CA3C: hue angle of 82.82º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #94CA3C is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 202 60 -
CMYK 0.27 0 0.70 0.21
HSL 82.82º 0.57% 0.51% -
HSV(B) 82.82º 0.7% 0.79% -
XYZ 34.15 48.86 11.91 -
YUV 169.67 66.11 112.55 -
System Red Green Blue C M Y K H S L
Decimal 148 202 60 0.27 0 0.70 0.21 82.82 0.57 0.51
Hex 94 CA 3C 1B 0 46 15 53 39 33
Octal 224 312 74 33 0 106 25 123 71 63
Binary 10010100 11001010 111100 11011 0 1000110 10101 1010011 111001 110011

Color Harmonies of #94CA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CA3C

Black with #94CA3C

Text Example


Text Example

White with #94CA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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