Html Css Color HEX #9AD142 Atlantis

📋 copy color: '#9AD142'

red 154 ◦ green 209 ◦ blue 66

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

Shades of Atlantis #9AD142

Tints of Atlantis #9AD142

RGB

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

 GREEN value IS 209 (82.03% from 255) = 48.72%

 BLUE value IS 66 (26.17% from 255) = 15.38%

R = 35.9%
G = 48.72%
B = 15.38%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#9AD142 (or 0x9AD142) is known color: Atlantis. HEX triplet: 9A, D1 and 42. RGB value is (154,209,66). Sum of RGB (Red+Green+Blue) = 154+209+66=429 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.90% from 429); Green value is 209 (82.03% from 255 or 48.72% from 429); Blue value is 66 (26.17% from 255 or 15.38% from 429); Max value from RGB is 209 - color contains mainly: green. Hex color #9AD142 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD142 is #652EBD. Grayscale: #B0B0B0. Windows color (decimal): -6631102 or 4379034. OLE color: 4379034.

HSL color Cylindrical-coordinate representation of color #9AD142: hue angle of 83.08º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9AD142 is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 154 209 66 -
CMYK 0.26 0 0.68 0.18
HSL 83.08º 0.61% 0.54% -
HSV(B) 83.08º 0.68% 0.82% -
XYZ 37.11 52.86 13.4 -
YUV 176.25 65.78 112.13 -
System Red Green Blue C M Y K H S L
Decimal 154 209 66 0.26 0 0.68 0.18 83.08 0.61 0.54
Hex 9A D1 42 1A 0 44 12 53 3D 36
Octal 232 321 102 32 0 104 22 123 75 66
Binary 10011010 11010001 1000010 11010 0 1000100 10010 1010011 111101 110110

Color Harmonies of #9AD142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD142

Black with #9AD142

Text Example


Text Example

White with #9AD142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,209,66); }

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

background-color css

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

 a { background-color: rgb(154,209,66); }

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

border-color css

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

 span { border-color: rgb(154,209,66); }

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