Html Css Color HEX #9AC93D Atlantis

📋 copy color: '#9AC93D'

red 154 ◦ green 201 ◦ blue 61

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

Shades of Atlantis #9AC93D

Tints of Atlantis #9AC93D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 48.32%

 BLUE value IS 61 (24.22% from 255) = 14.66%

R = 37.02%
G = 48.32%
B = 14.66%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#9AC93D (or 0x9AC93D) is known color: Atlantis. HEX triplet: 9A, C9 and 3D. RGB value is (154,201,61). Sum of RGB (Red+Green+Blue) = 154+201+61=416 (55% of max value = 765). Red value is 154 (60.55% from 255 or 37.02% from 416); Green value is 201 (78.91% from 255 or 48.32% from 416); Blue value is 61 (24.22% from 255 or 14.66% from 416); Max value from RGB is 201 - color contains mainly: green. Hex color #9AC93D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AC93D is #6536C2. Grayscale: #ABABAB. Windows color (decimal): -6633155 or 4049306. OLE color: 4049306.

HSL color Cylindrical-coordinate representation of color #9AC93D: hue angle of 80.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9AC93D is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 154 201 61 -
CMYK 0.23 0 0.70 0.21
HSL 80.14º 0.56% 0.51% -
HSV(B) 80.14º 0.7% 0.79% -
XYZ 35.06 48.98 12.02 -
YUV 170.99 65.93 115.88 -
System Red Green Blue C M Y K H S L
Decimal 154 201 61 0.23 0 0.70 0.21 80.14 0.56 0.51
Hex 9A C9 3D 17 0 46 15 50 38 33
Octal 232 311 75 27 0 106 25 120 70 63
Binary 10011010 11001001 111101 10111 0 1000110 10101 1010000 111000 110011

Color Harmonies of #9AC93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC93D

Black with #9AC93D

Text Example


Text Example

White with #9AC93D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,201,61); }

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

background-color css

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

 a { background-color: rgb(154,201,61); }

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

border-color css

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

 span { border-color: rgb(154,201,61); }

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