Html Css Color HEX #94C74A Atlantis

📋 copy color: '#94C74A'

red 148 ◦ green 199 ◦ blue 74

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

Shades of Atlantis #94C74A

Tints of Atlantis #94C74A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.58%

R = 35.15%
G = 47.27%
B = 17.58%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#94C74A (or 0x94C74A) is known color: Atlantis. HEX triplet: 94, C7 and 4A. RGB value is (148,199,74). Sum of RGB (Red+Green+Blue) = 148+199+74=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 199 (78.12% from 255 or 47.27% from 421); Blue value is 74 (29.30% from 255 or 17.58% from 421); Max value from RGB is 199 - color contains mainly: green. Hex color #94C74A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C74A is #6B38B5. Grayscale: #A9A9A9. Windows color (decimal): -7026870 or 4900756. OLE color: 4900756.

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

Color convert

RGB 148 199 74 -
CMYK 0.26 0 0.63 0.22
HSL 84.48º 0.53% 0.54% -
HSV(B) 84.48º 0.63% 0.78% -
XYZ 33.87 47.64 13.89 -
YUV 169.5 74.1 112.66 -
System Red Green Blue C M Y K H S L
Decimal 148 199 74 0.26 0 0.63 0.22 84.48 0.53 0.54
Hex 94 C7 4A 1A 0 3F 16 54 35 36
Octal 224 307 112 32 0 77 26 124 65 66
Binary 10010100 11000111 1001010 11010 0 111111 10110 1010100 110101 110110

Color Harmonies of #94C74A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C74A

Black with #94C74A

Text Example


Text Example

White with #94C74A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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