Html Css Color HEX #9BD73A Atlantis

📋 copy color: '#9BD73A'

red 155 ◦ green 215 ◦ blue 58

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

Shades of Atlantis #9BD73A

Tints of Atlantis #9BD73A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 50.23%

 BLUE value IS 58 (23.05% from 255) = 13.55%

R = 36.21%
G = 50.23%
B = 13.55%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#9BD73A (or 0x9BD73A) is known color: Atlantis. HEX triplet: 9B, D7 and 3A. RGB value is (155,215,58). Sum of RGB (Red+Green+Blue) = 155+215+58=428 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.21% from 428); Green value is 215 (84.38% from 255 or 50.23% from 428); Blue value is 58 (23.05% from 255 or 13.55% from 428); Max value from RGB is 215 - color contains mainly: green. Hex color #9BD73A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BD73A is #6428C5. Grayscale: #B3B3B3. Windows color (decimal): -6564038 or 3856283. OLE color: 3856283.

HSL color Cylindrical-coordinate representation of color #9BD73A: hue angle of 82.93º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9BD73A is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 155 215 58 -
CMYK 0.28 0 0.73 0.16
HSL 82.93º 0.66% 0.54% -
HSV(B) 82.93º 0.73% 0.84% -
XYZ 38.58 55.87 12.75 -
YUV 179.16 59.62 110.77 -
System Red Green Blue C M Y K H S L
Decimal 155 215 58 0.28 0 0.73 0.16 82.93 0.66 0.54
Hex 9B D7 3A 1C 0 49 10 53 42 36
Octal 233 327 72 34 0 111 20 123 102 66
Binary 10011011 11010111 111010 11100 0 1001001 10000 1010011 1000010 110110

Color Harmonies of #9BD73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD73A

Black with #9BD73A

Text Example


Text Example

White with #9BD73A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,215,58); }

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

background-color css

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

 a { background-color: rgb(155,215,58); }

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

border-color css

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

 span { border-color: rgb(155,215,58); }

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