Html Css Color HEX #9AE540 Atlantis

📋 copy color: '#9AE540'

red 154 ◦ green 229 ◦ blue 64

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

Shades of Atlantis #9AE540

Tints of Atlantis #9AE540

RGB

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

 GREEN value IS 229 (89.84% from 255) = 51.23%

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

R = 34.45%
G = 51.23%
B = 14.32%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#9AE540 (or 0x9AE540) is known color: Atlantis. HEX triplet: 9A, E5 and 40. RGB value is (154,229,64). Sum of RGB (Red+Green+Blue) = 154+229+64=447 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.45% from 447); Green value is 229 (89.84% from 255 or 51.23% from 447); Blue value is 64 (25.39% from 255 or 14.32% from 447); Max value from RGB is 229 - color contains mainly: green. Hex color #9AE540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AE540 is #651ABF. Grayscale: #BCBCBC. Windows color (decimal): -6625984 or 4253082. OLE color: 4253082.

HSL color Cylindrical-coordinate representation of color #9AE540: hue angle of 87.27º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9AE540 is Cyan = 0.33, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 154 229 64 -
CMYK 0.33 0 0.72 0.10
HSL 87.27º 0.76% 0.57% -
HSV(B) 87.27º 0.72% 0.9% -
XYZ 42.27 63.28 14.84 -
YUV 187.77 58.15 103.92 -
System Red Green Blue C M Y K H S L
Decimal 154 229 64 0.33 0 0.72 0.10 87.27 0.76 0.57
Hex 9A E5 40 21 0 48 A 57 4C 39
Octal 232 345 100 41 0 110 12 127 114 71
Binary 10011010 11100101 1000000 100001 0 1001000 1010 1010111 1001100 111001

Color Harmonies of #9AE540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AE540

Black with #9AE540

Text Example


Text Example

White with #9AE540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,229,64); }

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

background-color css

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

 a { background-color: rgb(154,229,64); }

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

border-color css

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

 span { border-color: rgb(154,229,64); }

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