Html Css Color HEX #9AC13C Atlantis

📋 copy color: '#9AC13C'

red 154 ◦ green 193 ◦ blue 60

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

Shades of Atlantis #9AC13C

Tints of Atlantis #9AC13C

RGB

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

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

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

R = 37.84%
G = 47.42%
B = 14.74%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#9AC13C (or 0x9AC13C) is known color: Atlantis. HEX triplet: 9A, C1 and 3C. RGB value is (154,193,60). Sum of RGB (Red+Green+Blue) = 154+193+60=407 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.84% from 407); Green value is 193 (75.78% from 255 or 47.42% from 407); Blue value is 60 (23.83% from 255 or 14.74% from 407); Max value from RGB is 193 - color contains mainly: green. Hex color #9AC13C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AC13C is #653EC3. Grayscale: #A6A6A6. Windows color (decimal): -6635204 or 3981722. OLE color: 3981722.

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

Color convert

RGB 154 193 60 -
CMYK 0.20 0 0.69 0.24
HSL 77.59º 0.53% 0.5% -
HSV(B) 77.59º 0.69% 0.76% -
XYZ 33.21 45.34 11.28 -
YUV 166.18 68.08 119.31 -
System Red Green Blue C M Y K H S L
Decimal 154 193 60 0.20 0 0.69 0.24 77.59 0.53 0.5
Hex 9A C1 3C 14 0 45 18 4E 35 32
Octal 232 301 74 24 0 105 30 116 65 62
Binary 10011010 11000001 111100 10100 0 1000101 11000 1001110 110101 110010

Color Harmonies of #9AC13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC13C

Black with #9AC13C

Text Example


Text Example

White with #9AC13C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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