Html Css Color HEX #9AE533 Atlantis

📋 copy color: '#9AE533'

red 154 ◦ green 229 ◦ blue 51

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

Shades of Atlantis #9AE533

Tints of Atlantis #9AE533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.75%

R = 35.48%
G = 52.76%
B = 11.75%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#9AE533 (or 0x9AE533) is known color: Atlantis. HEX triplet: 9A, E5 and 33. RGB value is (154,229,51). Sum of RGB (Red+Green+Blue) = 154+229+51=434 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.48% from 434); Green value is 229 (89.84% from 255 or 52.76% from 434); Blue value is 51 (20.31% from 255 or 11.75% from 434); Max value from RGB is 229 - color contains mainly: green. Hex color #9AE533 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AE533 is #651ACC. Grayscale: #BABABA. Windows color (decimal): -6625997 or 3401114. OLE color: 3401114.

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

Color convert

RGB 154 229 51 -
CMYK 0.33 0 0.78 0.10
HSL 85.28º 0.77% 0.55% -
HSV(B) 85.28º 0.78% 0.9% -
XYZ 41.94 63.15 13.11 -
YUV 186.28 51.65 104.97 -
System Red Green Blue C M Y K H S L
Decimal 154 229 51 0.33 0 0.78 0.10 85.28 0.77 0.55
Hex 9A E5 33 21 0 4E A 55 4D 37
Octal 232 345 63 41 0 116 12 125 115 67
Binary 10011010 11100101 110011 100001 0 1001110 1010 1010101 1001101 110111

Color Harmonies of #9AE533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AE533

Black with #9AE533

Text Example


Text Example

White with #9AE533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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