Html Css Color HEX #9AC93F Atlantis

📋 copy color: '#9AC93F'

red 154 ◦ green 201 ◦ blue 63

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

Shades of Atlantis #9AC93F

Tints of Atlantis #9AC93F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 15.07%

R = 36.84%
G = 48.09%
B = 15.07%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#9AC93F (or 0x9AC93F) is known color: Atlantis. HEX triplet: 9A, C9 and 3F. RGB value is (154,201,63). Sum of RGB (Red+Green+Blue) = 154+201+63=418 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.84% from 418); Green value is 201 (78.91% from 255 or 48.09% from 418); Blue value is 63 (25% from 255 or 15.07% from 418); Max value from RGB is 201 - color contains mainly: green. Hex color #9AC93F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AC93F is #6536C0. Grayscale: #ABABAB. Windows color (decimal): -6633153 or 4180378. OLE color: 4180378.

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

Color convert

RGB 154 201 63 -
CMYK 0.23 0 0.69 0.21
HSL 80.43º 0.56% 0.52% -
HSV(B) 80.43º 0.69% 0.79% -
XYZ 35.11 49 12.31 -
YUV 171.22 66.93 115.72 -
System Red Green Blue C M Y K H S L
Decimal 154 201 63 0.23 0 0.69 0.21 80.43 0.56 0.52
Hex 9A C9 3F 17 0 45 15 50 38 34
Octal 232 311 77 27 0 105 25 120 70 64
Binary 10011010 11001001 111111 10111 0 1000101 10101 1010000 111000 110100

Color Harmonies of #9AC93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AC93F

Black with #9AC93F

Text Example


Text Example

White with #9AC93F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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