Html Css Color HEX #9AE031 Atlantis

📋 copy color: '#9AE031'

red 154 ◦ green 224 ◦ blue 49

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

Shades of Atlantis #9AE031

Tints of Atlantis #9AE031

RGB

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

 GREEN value IS 224 (87.89% from 255) = 52.46%

 BLUE value IS 49 (19.53% from 255) = 11.48%

R = 36.07%
G = 52.46%
B = 11.48%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#9AE031 (or 0x9AE031) is known color: Atlantis. HEX triplet: 9A, E0 and 31. RGB value is (154,224,49). Sum of RGB (Red+Green+Blue) = 154+224+49=427 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.07% from 427); Green value is 224 (87.89% from 255 or 52.46% from 427); Blue value is 49 (19.53% from 255 or 11.48% from 427); Max value from RGB is 224 - color contains mainly: green. Hex color #9AE031 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AE031 is #651FCE. Grayscale: #B7B7B7. Windows color (decimal): -6627279 or 3268762. OLE color: 3268762.

HSL color Cylindrical-coordinate representation of color #9AE031: hue angle of 84º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9AE031 is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 154 224 49 -
CMYK 0.31 0 0.78 0.12
HSL 84º 0.74% 0.54% -
HSV(B) 84º 0.78% 0.88% -
XYZ 40.54 60.4 12.43 -
YUV 183.12 52.31 107.23 -
System Red Green Blue C M Y K H S L
Decimal 154 224 49 0.31 0 0.78 0.12 84 0.74 0.54
Hex 9A E0 31 1F 0 4E C 54 4A 36
Octal 232 340 61 37 0 116 14 124 112 66
Binary 10011010 11100000 110001 11111 0 1001110 1100 1010100 1001010 110110

Color Harmonies of #9AE031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AE031

Black with #9AE031

Text Example


Text Example

White with #9AE031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,224,49); }

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

background-color css

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

 a { background-color: rgb(154,224,49); }

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

border-color css

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

 span { border-color: rgb(154,224,49); }

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