Html Css Color HEX #9BD94E Atlantis

📋 copy color: '#9BD94E'

red 155 ◦ green 217 ◦ blue 78

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

Shades of Atlantis #9BD94E

Tints of Atlantis #9BD94E

RGB

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

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

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

R = 34.44%
G = 48.22%
B = 17.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#9BD94E (or 0x9BD94E) is known color: Atlantis. HEX triplet: 9B, D9 and 4E. RGB value is (155,217,78). Sum of RGB (Red+Green+Blue) = 155+217+78=450 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.44% from 450); Green value is 217 (85.16% from 255 or 48.22% from 450); Blue value is 78 (30.86% from 255 or 17.33% from 450); Max value from RGB is 217 - color contains mainly: green. Hex color #9BD94E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD94E is #6426B1. Grayscale: #B7B7B7. Windows color (decimal): -6563506 or 5167515. OLE color: 5167515.

HSL color Cylindrical-coordinate representation of color #9BD94E: hue angle of 86.76º degrees, saturation: 0.65, 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 #9BD94E is Cyan = 0.29, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB 155 217 78 -
CMYK 0.29 0 0.64 0.15
HSL 86.76º 0.65% 0.58% -
HSV(B) 86.76º 0.64% 0.85% -
XYZ 39.71 57.14 16.14 -
YUV 182.62 68.96 108.3 -
System Red Green Blue C M Y K H S L
Decimal 155 217 78 0.29 0 0.64 0.15 86.76 0.65 0.58
Hex 9B D9 4E 1D 0 40 F 57 41 3A
Octal 233 331 116 35 0 100 17 127 101 72
Binary 10011011 11011001 1001110 11101 0 1000000 1111 1010111 1000001 111010

Color Harmonies of #9BD94E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD94E

Black with #9BD94E

Text Example


Text Example

White with #9BD94E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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