Html Css Color HEX #9AE446 Atlantis

📋 copy color: '#9AE446'

red 154 ◦ green 228 ◦ blue 70

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

Shades of Atlantis #9AE446

Tints of Atlantis #9AE446

RGB

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

 GREEN value IS 228 (89.45% from 255) = 50.44%

 BLUE value IS 70 (27.73% from 255) = 15.49%

R = 34.07%
G = 50.44%
B = 15.49%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#9AE446 (or 0x9AE446) is known color: Atlantis. HEX triplet: 9A, E4 and 46. RGB value is (154,228,70). Sum of RGB (Red+Green+Blue) = 154+228+70=452 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.07% from 452); Green value is 228 (89.45% from 255 or 50.44% from 452); Blue value is 70 (27.73% from 255 or 15.49% from 452); Max value from RGB is 228 - color contains mainly: green. Hex color #9AE446 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AE446 is #651BB9. Grayscale: #BCBCBC. Windows color (decimal): -6626234 or 4646042. OLE color: 4646042.

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

Color convert

RGB 154 228 70 -
CMYK 0.32 0 0.69 0.11
HSL 88.1º 0.75% 0.58% -
HSV(B) 88.1º 0.69% 0.89% -
XYZ 42.18 62.8 15.69 -
YUV 187.86 61.48 103.85 -
System Red Green Blue C M Y K H S L
Decimal 154 228 70 0.32 0 0.69 0.11 88.1 0.75 0.58
Hex 9A E4 46 20 0 45 B 58 4B 3A
Octal 232 344 106 40 0 105 13 130 113 72
Binary 10011010 11100100 1000110 100000 0 1000101 1011 1011000 1001011 111010

Color Harmonies of #9AE446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AE446

Black with #9AE446

Text Example


Text Example

White with #9AE446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,228,70); }

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

background-color css

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

 a { background-color: rgb(154,228,70); }

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

border-color css

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

 span { border-color: rgb(154,228,70); }

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