Html Css Color HEX #9BDA49 Atlantis

📋 copy color: '#9BDA49'

red 155 ◦ green 218 ◦ blue 73

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

Shades of Atlantis #9BDA49

Tints of Atlantis #9BDA49

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.88%

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

R = 34.75%
G = 48.88%
B = 16.37%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#9BDA49 (or 0x9BDA49) is known color: Atlantis. HEX triplet: 9B, DA and 49. RGB value is (155,218,73). Sum of RGB (Red+Green+Blue) = 155+218+73=446 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.75% from 446); Green value is 218 (85.55% from 255 or 48.88% from 446); Blue value is 73 (28.91% from 255 or 16.37% from 446); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDA49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BDA49 is #6425B6. Grayscale: #B7B7B7. Windows color (decimal): -6563255 or 4840091. OLE color: 4840091.

HSL color Cylindrical-coordinate representation of color #9BDA49: hue angle of 86.07º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9BDA49 is Cyan = 0.29, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 155 218 73 -
CMYK 0.29 0 0.67 0.15
HSL 86.07º 0.66% 0.57% -
HSV(B) 86.07º 0.67% 0.85% -
XYZ 39.79 57.59 15.32 -
YUV 182.63 66.13 108.29 -
System Red Green Blue C M Y K H S L
Decimal 155 218 73 0.29 0 0.67 0.15 86.07 0.66 0.57
Hex 9B DA 49 1D 0 43 F 56 42 39
Octal 233 332 111 35 0 103 17 126 102 71
Binary 10011011 11011010 1001001 11101 0 1000011 1111 1010110 1000010 111001

Color Harmonies of #9BDA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDA49

Black with #9BDA49

Text Example


Text Example

White with #9BDA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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