Html Css Color HEX #94CC40 Atlantis

📋 copy color: '#94CC40'

red 148 ◦ green 204 ◦ blue 64

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

Shades of Atlantis #94CC40

Tints of Atlantis #94CC40

RGB

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

 GREEN value IS 204 (80.08% from 255) = 49.04%

 BLUE value IS 64 (25.39% from 255) = 15.38%

R = 35.58%
G = 49.04%
B = 15.38%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.69

 K value IS 0.2

RGB Variations

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

Color information

#94CC40 (or 0x94CC40) is known color: Atlantis. HEX triplet: 94, CC and 40. RGB value is (148,204,64). Sum of RGB (Red+Green+Blue) = 148+204+64=416 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.58% from 416); Green value is 204 (80.08% from 255 or 49.04% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 204 - color contains mainly: green. Hex color #94CC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94CC40 is #6B33BF. Grayscale: #ABABAB. Windows color (decimal): -7025600 or 4246676. OLE color: 4246676.

HSL color Cylindrical-coordinate representation of color #94CC40: hue angle of 84º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #94CC40 is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.2.

Color convert

RGB 148 204 64 -
CMYK 0.27 0 0.69 0.2
HSL 84º 0.58% 0.53% -
HSV(B) 84º 0.69% 0.8% -
XYZ 34.73 49.85 12.64 -
YUV 171.3 67.45 111.38 -
System Red Green Blue C M Y K H S L
Decimal 148 204 64 0.27 0 0.69 0.2 84 0.58 0.53
Hex 94 CC 40 1B 0 45 14 54 3A 35
Octal 224 314 100 33 0 105 24 124 72 65
Binary 10010100 11001100 1000000 11011 0 1000101 10100 1010100 111010 110101

Color Harmonies of #94CC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CC40

Black with #94CC40

Text Example


Text Example

White with #94CC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,204,64); }

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

background-color css

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

 a { background-color: rgb(148,204,64); }

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

border-color css

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

 span { border-color: rgb(148,204,64); }

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