Html Css Color HEX #9AB842 Atlantis

📋 copy color: '#9AB842'

red 154 ◦ green 184 ◦ blue 66

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

Shades of Atlantis #9AB842

Tints of Atlantis #9AB842

RGB

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

 GREEN value IS 184 (72.27% from 255) = 45.54%

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

R = 38.12%
G = 45.54%
B = 16.34%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#9AB842 (or 0x9AB842) is known color: Atlantis. HEX triplet: 9A, B8 and 42. RGB value is (154,184,66). Sum of RGB (Red+Green+Blue) = 154+184+66=404 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.12% from 404); Green value is 184 (72.27% from 255 or 45.54% from 404); Blue value is 66 (26.17% from 255 or 16.34% from 404); Max value from RGB is 184 - color contains mainly: green. Hex color #9AB842 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AB842 is #6547BD. Grayscale: #A2A2A2. Windows color (decimal): -6637502 or 4372634. OLE color: 4372634.

HSL color Cylindrical-coordinate representation of color #9AB842: hue angle of 75.25º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9AB842 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB 154 184 66 -
CMYK 0.16 0 0.64 0.28
HSL 75.25º 0.47% 0.49% -
HSV(B) 75.25º 0.64% 0.72% -
XYZ 31.45 41.54 11.52 -
YUV 161.58 74.06 122.59 -
System Red Green Blue C M Y K H S L
Decimal 154 184 66 0.16 0 0.64 0.28 75.25 0.47 0.49
Hex 9A B8 42 10 0 40 1C 4B 2F 31
Octal 232 270 102 20 0 100 34 113 57 61
Binary 10011010 10111000 1000010 10000 0 1000000 11100 1001011 101111 110001

Color Harmonies of #9AB842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AB842

Black with #9AB842

Text Example


Text Example

White with #9AB842

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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