Html Css Color HEX #94CA44 Atlantis

📋 copy color: '#94CA44'

red 148 ◦ green 202 ◦ blue 68

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

Shades of Atlantis #94CA44

Tints of Atlantis #94CA44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.27%

R = 35.41%
G = 48.33%
B = 16.27%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#94CA44 (or 0x94CA44) is known color: Atlantis. HEX triplet: 94, CA and 44. RGB value is (148,202,68). Sum of RGB (Red+Green+Blue) = 148+202+68=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 202 (79.30% from 255 or 48.33% from 418); Blue value is 68 (26.95% from 255 or 16.27% from 418); Max value from RGB is 202 - color contains mainly: green. Hex color #94CA44 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94CA44 is #6B35BB. Grayscale: #ABABAB. Windows color (decimal): -7026108 or 4508308. OLE color: 4508308.

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

Color convert

RGB 148 202 68 -
CMYK 0.27 0 0.66 0.21
HSL 84.18º 0.56% 0.53% -
HSV(B) 84.18º 0.66% 0.79% -
XYZ 34.38 48.95 13.11 -
YUV 170.58 70.11 111.9 -
System Red Green Blue C M Y K H S L
Decimal 148 202 68 0.27 0 0.66 0.21 84.18 0.56 0.53
Hex 94 CA 44 1B 0 42 15 54 38 35
Octal 224 312 104 33 0 102 25 124 70 65
Binary 10010100 11001010 1000100 11011 0 1000010 10101 1010100 111000 110101

Color Harmonies of #94CA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CA44

Black with #94CA44

Text Example


Text Example

White with #94CA44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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