Html Css Color HEX #9AE535 Atlantis

📋 copy color: '#9AE535'

red 154 ◦ green 229 ◦ blue 53

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

Shades of Atlantis #9AE535

Tints of Atlantis #9AE535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.16%

R = 35.32%
G = 52.52%
B = 12.16%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#9AE535 (or 0x9AE535) is known color: Atlantis. HEX triplet: 9A, E5 and 35. RGB value is (154,229,53). Sum of RGB (Red+Green+Blue) = 154+229+53=436 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.32% from 436); Green value is 229 (89.84% from 255 or 52.52% from 436); Blue value is 53 (21.09% from 255 or 12.16% from 436); Max value from RGB is 229 - color contains mainly: green. Hex color #9AE535 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AE535 is #651ACA. Grayscale: #BBBBBB. Windows color (decimal): -6625995 or 3532186. OLE color: 3532186.

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

Color convert

RGB 154 229 53 -
CMYK 0.33 0 0.77 0.10
HSL 85.57º 0.77% 0.55% -
HSV(B) 85.57º 0.77% 0.9% -
XYZ 41.99 63.17 13.35 -
YUV 186.51 52.65 104.81 -
System Red Green Blue C M Y K H S L
Decimal 154 229 53 0.33 0 0.77 0.10 85.57 0.77 0.55
Hex 9A E5 35 21 0 4D A 56 4D 37
Octal 232 345 65 41 0 115 12 126 115 67
Binary 10011010 11100101 110101 100001 0 1001101 1010 1010110 1001101 110111

Color Harmonies of #9AE535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AE535

Black with #9AE535

Text Example


Text Example

White with #9AE535

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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