Html Css Color HEX #9BC349 Atlantis

📋 copy color: '#9BC349'

red 155 ◦ green 195 ◦ blue 73

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

Shades of Atlantis #9BC349

Tints of Atlantis #9BC349

RGB

 RED value IS 155 (60.94% from 255) = 36.64%

 GREEN value IS 195 (76.56% from 255) = 46.1%

 BLUE value IS 73 (28.91% from 255) = 17.26%

R = 36.64%
G = 46.1%
B = 17.26%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#9BC349 (or 0x9BC349) is known color: Atlantis. HEX triplet: 9B, C3 and 49. RGB value is (155,195,73). Sum of RGB (Red+Green+Blue) = 155+195+73=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 73 (28.91% from 255 or 17.26% from 423); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC349 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BC349 is #643CB6. Grayscale: #A9A9A9. Windows color (decimal): -6569143 or 4834203. OLE color: 4834203.

HSL color Cylindrical-coordinate representation of color #9BC349: hue angle of 79.67º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9BC349 is Cyan = 0.21, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 155 195 73 -
CMYK 0.21 0 0.63 0.24
HSL 79.67º 0.5% 0.53% -
HSV(B) 79.67º 0.63% 0.76% -
XYZ 34.24 46.48 13.47 -
YUV 169.13 73.75 117.92 -
System Red Green Blue C M Y K H S L
Decimal 155 195 73 0.21 0 0.63 0.24 79.67 0.5 0.53
Hex 9B C3 49 15 0 3F 18 50 32 35
Octal 233 303 111 25 0 77 30 120 62 65
Binary 10011011 11000011 1001001 10101 0 111111 11000 1010000 110010 110101

Color Harmonies of #9BC349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC349

Black with #9BC349

Text Example


Text Example

White with #9BC349

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,195,73); }

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

background-color css

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

 a { background-color: rgb(155,195,73); }

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

border-color css

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

 span { border-color: rgb(155,195,73); }

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