Html Css Color HEX #9AB342 Atlantis

📋 copy color: '#9AB342'

red 154 ◦ green 179 ◦ blue 66

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

Shades of Atlantis #9AB342

Tints of Atlantis #9AB342

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.86%

 BLUE value IS 66 (26.17% from 255) = 16.54%

R = 38.6%
G = 44.86%
B = 16.54%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#9AB342 (or 0x9AB342) is known color: Atlantis. HEX triplet: 9A, B3 and 42. RGB value is (154,179,66). Sum of RGB (Red+Green+Blue) = 154+179+66=399 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.60% from 399); Green value is 179 (70.31% from 255 or 44.86% from 399); Blue value is 66 (26.17% from 255 or 16.54% from 399); Max value from RGB is 179 - color contains mainly: green. Hex color #9AB342 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB342 is #654CBD. Grayscale: #9F9F9F. Windows color (decimal): -6638782 or 4371354. OLE color: 4371354.

HSL color Cylindrical-coordinate representation of color #9AB342: hue angle of 73.27º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9AB342 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 154 179 66 -
CMYK 0.14 0 0.63 0.30
HSL 73.27º 0.46% 0.48% -
HSV(B) 73.27º 0.63% 0.7% -
XYZ 30.43 39.5 11.18 -
YUV 158.64 75.72 124.69 -
System Red Green Blue C M Y K H S L
Decimal 154 179 66 0.14 0 0.63 0.30 73.27 0.46 0.48
Hex 9A B3 42 E 0 3F 1E 49 2E 30
Octal 232 263 102 16 0 77 36 111 56 60
Binary 10011010 10110011 1000010 1110 0 111111 11110 1001001 101110 110000

Color Harmonies of #9AB342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB342

Black with #9AB342

Text Example


Text Example

White with #9AB342

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,179,66); }

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

background-color css

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

 a { background-color: rgb(154,179,66); }

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

border-color css

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

 span { border-color: rgb(154,179,66); }

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