Html Css Color HEX #9BD54E Atlantis

📋 copy color: '#9BD54E'

red 155 ◦ green 213 ◦ blue 78

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

Shades of Atlantis #9BD54E

Tints of Atlantis #9BD54E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.76%

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

R = 34.75%
G = 47.76%
B = 17.49%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#9BD54E (or 0x9BD54E) is known color: Atlantis. HEX triplet: 9B, D5 and 4E. RGB value is (155,213,78). Sum of RGB (Red+Green+Blue) = 155+213+78=446 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.75% from 446); Green value is 213 (83.59% from 255 or 47.76% from 446); Blue value is 78 (30.86% from 255 or 17.49% from 446); Max value from RGB is 213 - color contains mainly: green. Hex color #9BD54E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD54E is #642AB1. Grayscale: #B4B4B4. Windows color (decimal): -6564530 or 5166491. OLE color: 5166491.

HSL color Cylindrical-coordinate representation of color #9BD54E: hue angle of 85.78º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9BD54E is Cyan = 0.27, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 155 213 78 -
CMYK 0.27 0 0.63 0.16
HSL 85.78º 0.62% 0.57% -
HSV(B) 85.78º 0.63% 0.84% -
XYZ 38.69 55.11 15.81 -
YUV 180.27 70.28 109.98 -
System Red Green Blue C M Y K H S L
Decimal 155 213 78 0.27 0 0.63 0.16 85.78 0.62 0.57
Hex 9B D5 4E 1B 0 3F 10 56 3E 39
Octal 233 325 116 33 0 77 20 126 76 71
Binary 10011011 11010101 1001110 11011 0 111111 10000 1010110 111110 111001

Color Harmonies of #9BD54E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD54E

Black with #9BD54E

Text Example


Text Example

White with #9BD54E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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