Html Css Color HEX #9BD93C Atlantis

📋 copy color: '#9BD93C'

red 155 ◦ green 217 ◦ blue 60

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

Shades of Atlantis #9BD93C

Tints of Atlantis #9BD93C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 50.23%

 BLUE value IS 60 (23.83% from 255) = 13.89%

R = 35.88%
G = 50.23%
B = 13.89%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#9BD93C (or 0x9BD93C) is known color: Atlantis. HEX triplet: 9B, D9 and 3C. RGB value is (155,217,60). Sum of RGB (Red+Green+Blue) = 155+217+60=432 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.88% from 432); Green value is 217 (85.16% from 255 or 50.23% from 432); Blue value is 60 (23.83% from 255 or 13.89% from 432); Max value from RGB is 217 - color contains mainly: green. Hex color #9BD93C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BD93C is #6426C3. Grayscale: #B5B5B5. Windows color (decimal): -6563524 or 3987867. OLE color: 3987867.

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

Color convert

RGB 155 217 60 -
CMYK 0.29 0 0.72 0.15
HSL 83.69º 0.67% 0.54% -
HSV(B) 83.69º 0.72% 0.85% -
XYZ 39.15 56.92 13.2 -
YUV 180.56 59.96 109.77 -
System Red Green Blue C M Y K H S L
Decimal 155 217 60 0.29 0 0.72 0.15 83.69 0.67 0.54
Hex 9B D9 3C 1D 0 48 F 54 43 36
Octal 233 331 74 35 0 110 17 124 103 66
Binary 10011011 11011001 111100 11101 0 1001000 1111 1010100 1000011 110110

Color Harmonies of #9BD93C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD93C

Black with #9BD93C

Text Example


Text Example

White with #9BD93C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,217,60); }

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

background-color css

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

 a { background-color: rgb(155,217,60); }

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

border-color css

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

 span { border-color: rgb(155,217,60); }

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