Html Css Color HEX #94CA4A Atlantis

📋 copy color: '#94CA4A'

red 148 ◦ green 202 ◦ blue 74

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

Shades of Atlantis #94CA4A

Tints of Atlantis #94CA4A

RGB

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

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

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

R = 34.91%
G = 47.64%
B = 17.45%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#94CA4A (or 0x94CA4A) is known color: Atlantis. HEX triplet: 94, CA and 4A. RGB value is (148,202,74). Sum of RGB (Red+Green+Blue) = 148+202+74=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 202 (79.30% from 255 or 47.64% from 424); Blue value is 74 (29.30% from 255 or 17.45% from 424); Max value from RGB is 202 - color contains mainly: green. Hex color #94CA4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94CA4A is #6B35B5. Grayscale: #ABABAB. Windows color (decimal): -7026102 or 4901524. OLE color: 4901524.

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

Color convert

RGB 148 202 74 -
CMYK 0.27 0 0.63 0.21
HSL 85.31º 0.55% 0.54% -
HSV(B) 85.31º 0.63% 0.79% -
XYZ 34.57 49.03 14.12 -
YUV 171.26 73.11 111.41 -
System Red Green Blue C M Y K H S L
Decimal 148 202 74 0.27 0 0.63 0.21 85.31 0.55 0.54
Hex 94 CA 4A 1B 0 3F 15 55 37 36
Octal 224 312 112 33 0 77 25 125 67 66
Binary 10010100 11001010 1001010 11011 0 111111 10101 1010101 110111 110110

Color Harmonies of #94CA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CA4A

Black with #94CA4A

Text Example


Text Example

White with #94CA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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