Html Css Color HEX #9AD241 Atlantis

📋 copy color: '#9AD241'

red 154 ◦ green 210 ◦ blue 65

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

Shades of Atlantis #9AD241

Tints of Atlantis #9AD241

RGB

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

 GREEN value IS 210 (82.42% from 255) = 48.95%

 BLUE value IS 65 (25.78% from 255) = 15.15%

R = 35.9%
G = 48.95%
B = 15.15%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#9AD241 (or 0x9AD241) is known color: Atlantis. HEX triplet: 9A, D2 and 41. RGB value is (154,210,65). Sum of RGB (Red+Green+Blue) = 154+210+65=429 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.90% from 429); Green value is 210 (82.42% from 255 or 48.95% from 429); Blue value is 65 (25.78% from 255 or 15.15% from 429); Max value from RGB is 210 - color contains mainly: green. Hex color #9AD241 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AD241 is #652DBE. Grayscale: #B1B1B1. Windows color (decimal): -6630847 or 4313754. OLE color: 4313754.

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

Color convert

RGB 154 210 65 -
CMYK 0.27 0 0.69 0.18
HSL 83.17º 0.62% 0.54% -
HSV(B) 83.17º 0.69% 0.82% -
XYZ 37.33 53.34 13.33 -
YUV 176.73 64.95 111.79 -
System Red Green Blue C M Y K H S L
Decimal 154 210 65 0.27 0 0.69 0.18 83.17 0.62 0.54
Hex 9A D2 41 1B 0 45 12 53 3E 36
Octal 232 322 101 33 0 105 22 123 76 66
Binary 10011010 11010010 1000001 11011 0 1000101 10010 1010011 111110 110110

Color Harmonies of #9AD241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AD241

Black with #9AD241

Text Example


Text Example

White with #9AD241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,210,65); }

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

background-color css

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

 a { background-color: rgb(154,210,65); }

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

border-color css

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

 span { border-color: rgb(154,210,65); }

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