Html Css Color HEX #9BE13D Atlantis

📋 copy color: '#9BE13D'

red 155 ◦ green 225 ◦ blue 61

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

Shades of Atlantis #9BE13D

Tints of Atlantis #9BE13D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 51.02%

 BLUE value IS 61 (24.22% from 255) = 13.83%

R = 35.15%
G = 51.02%
B = 13.83%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#9BE13D (or 0x9BE13D) is known color: Atlantis. HEX triplet: 9B, E1 and 3D. RGB value is (155,225,61). Sum of RGB (Red+Green+Blue) = 155+225+61=441 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.15% from 441); Green value is 225 (88.28% from 255 or 51.02% from 441); Blue value is 61 (24.22% from 255 or 13.83% from 441); Max value from RGB is 225 - color contains mainly: green. Hex color #9BE13D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BE13D is #641EC2. Grayscale: #B9B9B9. Windows color (decimal): -6561475 or 4055451. OLE color: 4055451.

HSL color Cylindrical-coordinate representation of color #9BE13D: hue angle of 85.61º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9BE13D is Cyan = 0.31, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 155 225 61 -
CMYK 0.31 0 0.73 0.12
HSL 85.61º 0.73% 0.56% -
HSV(B) 85.61º 0.73% 0.88% -
XYZ 41.29 61.16 14.04 -
YUV 185.37 57.81 106.34 -
System Red Green Blue C M Y K H S L
Decimal 155 225 61 0.31 0 0.73 0.12 85.61 0.73 0.56
Hex 9B E1 3D 1F 0 49 C 56 49 38
Octal 233 341 75 37 0 111 14 126 111 70
Binary 10011011 11100001 111101 11111 0 1001001 1100 1010110 1001001 111000

Color Harmonies of #9BE13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BE13D

Black with #9BE13D

Text Example


Text Example

White with #9BE13D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,225,61); }

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

background-color css

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

 a { background-color: rgb(155,225,61); }

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

border-color css

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

 span { border-color: rgb(155,225,61); }

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