Html Css Color HEX #9ADE3C Atlantis

📋 copy color: '#9ADE3C'

red 154 ◦ green 222 ◦ blue 60

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

Shades of Atlantis #9ADE3C

Tints of Atlantis #9ADE3C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 50.92%

 BLUE value IS 60 (23.83% from 255) = 13.76%

R = 35.32%
G = 50.92%
B = 13.76%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#9ADE3C (or 0x9ADE3C) is known color: Atlantis. HEX triplet: 9A, DE and 3C. RGB value is (154,222,60). Sum of RGB (Red+Green+Blue) = 154+222+60=436 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.32% from 436); Green value is 222 (87.11% from 255 or 50.92% from 436); Blue value is 60 (23.83% from 255 or 13.76% from 436); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADE3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ADE3C is #6521C3. Grayscale: #B7B7B7. Windows color (decimal): -6627780 or 3989146. OLE color: 3989146.

HSL color Cylindrical-coordinate representation of color #9ADE3C: hue angle of 85.19º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9ADE3C is Cyan = 0.31, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 222 60 -
CMYK 0.31 0 0.73 0.13
HSL 85.19º 0.71% 0.55% -
HSV(B) 85.19º 0.73% 0.87% -
XYZ 40.26 59.44 13.63 -
YUV 183.2 58.47 107.17 -
System Red Green Blue C M Y K H S L
Decimal 154 222 60 0.31 0 0.73 0.13 85.19 0.71 0.55
Hex 9A DE 3C 1F 0 49 D 55 47 37
Octal 232 336 74 37 0 111 15 125 107 67
Binary 10011010 11011110 111100 11111 0 1001001 1101 1010101 1000111 110111

Color Harmonies of #9ADE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADE3C

Black with #9ADE3C

Text Example


Text Example

White with #9ADE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,222,60); }

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

background-color css

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

 a { background-color: rgb(154,222,60); }

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

border-color css

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

 span { border-color: rgb(154,222,60); }

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