Html Css Color HEX #9ADE4A Atlantis

📋 copy color: '#9ADE4A'

red 154 ◦ green 222 ◦ blue 74

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

Shades of Atlantis #9ADE4A

Tints of Atlantis #9ADE4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.44%

R = 34.22%
G = 49.33%
B = 16.44%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#9ADE4A (or 0x9ADE4A) is known color: Atlantis. HEX triplet: 9A, DE and 4A. RGB value is (154,222,74). Sum of RGB (Red+Green+Blue) = 154+222+74=450 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.22% from 450); Green value is 222 (87.11% from 255 or 49.33% from 450); Blue value is 74 (29.30% from 255 or 16.44% from 450); Max value from RGB is 222 - color contains mainly: green. Hex color #9ADE4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ADE4A is #6521B5. Grayscale: #B9B9B9. Windows color (decimal): -6627766 or 4906650. OLE color: 4906650.

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

Color convert

RGB 154 222 74 -
CMYK 0.31 0 0.67 0.13
HSL 87.57º 0.69% 0.58% -
HSV(B) 87.57º 0.67% 0.87% -
XYZ 40.68 59.61 15.84 -
YUV 184.8 65.47 106.03 -
System Red Green Blue C M Y K H S L
Decimal 154 222 74 0.31 0 0.67 0.13 87.57 0.69 0.58
Hex 9A DE 4A 1F 0 43 D 58 45 3A
Octal 232 336 112 37 0 103 15 130 105 72
Binary 10011010 11011110 1001010 11111 0 1000011 1101 1011000 1000101 111010

Color Harmonies of #9ADE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADE4A

Black with #9ADE4A

Text Example


Text Example

White with #9ADE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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