Html Css Color HEX #9AC141 Atlantis

📋 copy color: '#9AC141'

red 154 ◦ green 193 ◦ blue 65

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

Shades of Atlantis #9AC141

Tints of Atlantis #9AC141

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.84%

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

R = 37.38%
G = 46.84%
B = 15.78%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#9AC141 (or 0x9AC141) is known color: Atlantis. HEX triplet: 9A, C1 and 41. RGB value is (154,193,65). Sum of RGB (Red+Green+Blue) = 154+193+65=412 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.38% from 412); Green value is 193 (75.78% from 255 or 46.84% from 412); Blue value is 65 (25.78% from 255 or 15.78% from 412); Max value from RGB is 193 - color contains mainly: green. Hex color #9AC141 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AC141 is #653EBE. Grayscale: #A7A7A7. Windows color (decimal): -6635199 or 4309402. OLE color: 4309402.

HSL color Cylindrical-coordinate representation of color #9AC141: hue angle of 78.28º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9AC141 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 154 193 65 -
CMYK 0.20 0 0.66 0.24
HSL 78.28º 0.51% 0.51% -
HSV(B) 78.28º 0.66% 0.76% -
XYZ 33.35 45.39 12 -
YUV 166.75 70.58 118.91 -
System Red Green Blue C M Y K H S L
Decimal 154 193 65 0.20 0 0.66 0.24 78.28 0.51 0.51
Hex 9A C1 41 14 0 42 18 4E 33 33
Octal 232 301 101 24 0 102 30 116 63 63
Binary 10011010 11000001 1000001 10100 0 1000010 11000 1001110 110011 110011

Color Harmonies of #9AC141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC141

Black with #9AC141

Text Example


Text Example

White with #9AC141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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