Html Css Color HEX #9AE349 Atlantis

📋 copy color: '#9AE349'

red 154 ◦ green 227 ◦ blue 73

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

Shades of Atlantis #9AE349

Tints of Atlantis #9AE349

RGB

 RED value IS 154 (60.55% from 255) = 33.92%

 GREEN value IS 227 (89.06% from 255) = 50%

 BLUE value IS 73 (28.91% from 255) = 16.08%

R = 33.92%
G = 50%
B = 16.08%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#9AE349 (or 0x9AE349) is known color: Atlantis. HEX triplet: 9A, E3 and 49. RGB value is (154,227,73). Sum of RGB (Red+Green+Blue) = 154+227+73=454 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.92% from 454); Green value is 227 (89.06% from 255 or 50% from 454); Blue value is 73 (28.91% from 255 or 16.08% from 454); Max value from RGB is 227 - color contains mainly: green. Hex color #9AE349 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AE349 is #651CB6. Grayscale: #BCBCBC. Windows color (decimal): -6626487 or 4842394. OLE color: 4842394.

HSL color Cylindrical-coordinate representation of color #9AE349: hue angle of 88.44º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9AE349 is Cyan = 0.32, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 154 227 73 -
CMYK 0.32 0 0.68 0.11
HSL 88.44º 0.73% 0.59% -
HSV(B) 88.44º 0.68% 0.89% -
XYZ 42 62.29 16.11 -
YUV 187.62 63.32 104.02 -
System Red Green Blue C M Y K H S L
Decimal 154 227 73 0.32 0 0.68 0.11 88.44 0.73 0.59
Hex 9A E3 49 20 0 44 B 58 49 3B
Octal 232 343 111 40 0 104 13 130 111 73
Binary 10011010 11100011 1001001 100000 0 1000100 1011 1011000 1001001 111011

Color Harmonies of #9AE349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AE349

Black with #9AE349

Text Example


Text Example

White with #9AE349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AE349; }

 p { color: rgb(154,227,73); }

 H1.HeaderClassName
 {
   color: #9AE349;
 }
 .AnyTagClassName
 {
   color: #9AE349;
 }
</style>

background-color css

<style>
 a { background-color: #9AE349; }

 a { background-color: rgb(154,227,73); }

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

border-color css

<style>
 span { border-color: #9AE349; }

 span { border-color: rgb(154,227,73); }

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