Html Css Color HEX #9ABC3F Atlantis

📋 copy color: '#9ABC3F'

red 154 ◦ green 188 ◦ blue 63

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

Shades of Atlantis #9ABC3F

Tints of Atlantis #9ABC3F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.42%

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

R = 38.02%
G = 46.42%
B = 15.56%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#9ABC3F (or 0x9ABC3F) is known color: Atlantis. HEX triplet: 9A, BC and 3F. RGB value is (154,188,63). Sum of RGB (Red+Green+Blue) = 154+188+63=405 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.02% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 63 (25% from 255 or 15.56% from 405); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ABC3F is #6543C0. Grayscale: #A4A4A4. Windows color (decimal): -6636481 or 4177050. OLE color: 4177050.

HSL color Cylindrical-coordinate representation of color #9ABC3F: hue angle of 76.32º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9ABC3F is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 154 188 63 -
CMYK 0.18 0 0.66 0.26
HSL 76.32º 0.5% 0.49% -
HSV(B) 76.32º 0.66% 0.74% -
XYZ 32.21 43.2 11.34 -
YUV 163.58 71.24 121.16 -
System Red Green Blue C M Y K H S L
Decimal 154 188 63 0.18 0 0.66 0.26 76.32 0.5 0.49
Hex 9A BC 3F 12 0 42 1A 4C 32 31
Octal 232 274 77 22 0 102 32 114 62 61
Binary 10011010 10111100 111111 10010 0 1000010 11010 1001100 110010 110001

Color Harmonies of #9ABC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ABC3F

Black with #9ABC3F

Text Example


Text Example

White with #9ABC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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