Html Css Color HEX #9BD84E Atlantis

📋 copy color: '#9BD84E'

red 155 ◦ green 216 ◦ blue 78

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

Shades of Atlantis #9BD84E

Tints of Atlantis #9BD84E

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.11%

 BLUE value IS 78 (30.86% from 255) = 17.37%

R = 34.52%
G = 48.11%
B = 17.37%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#9BD84E (or 0x9BD84E) is known color: Atlantis. HEX triplet: 9B, D8 and 4E. RGB value is (155,216,78). Sum of RGB (Red+Green+Blue) = 155+216+78=449 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.52% from 449); Green value is 216 (84.77% from 255 or 48.11% from 449); Blue value is 78 (30.86% from 255 or 17.37% from 449); Max value from RGB is 216 - color contains mainly: green. Hex color #9BD84E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD84E is #6427B1. Grayscale: #B6B6B6. Windows color (decimal): -6563762 or 5167259. OLE color: 5167259.

HSL color Cylindrical-coordinate representation of color #9BD84E: hue angle of 86.52º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9BD84E is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 155 216 78 -
CMYK 0.28 0 0.64 0.15
HSL 86.52º 0.64% 0.58% -
HSV(B) 86.52º 0.64% 0.85% -
XYZ 39.45 56.63 16.06 -
YUV 182.03 69.29 108.72 -
System Red Green Blue C M Y K H S L
Decimal 155 216 78 0.28 0 0.64 0.15 86.52 0.64 0.58
Hex 9B D8 4E 1C 0 40 F 57 40 3A
Octal 233 330 116 34 0 100 17 127 100 72
Binary 10011011 11011000 1001110 11100 0 1000000 1111 1010111 1000000 111010

Color Harmonies of #9BD84E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD84E

Black with #9BD84E

Text Example


Text Example

White with #9BD84E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,216,78); }

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

background-color css

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

 a { background-color: rgb(155,216,78); }

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

border-color css

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

 span { border-color: rgb(155,216,78); }

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