Html Css Color HEX #9BD253 Atlantis

📋 copy color: '#9BD253'

red 155 ◦ green 210 ◦ blue 83

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

Shades of Atlantis #9BD253

Tints of Atlantis #9BD253

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.88%

 BLUE value IS 83 (32.81% from 255) = 18.53%

R = 34.6%
G = 46.88%
B = 18.53%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#9BD253 (or 0x9BD253) is known color: Atlantis. HEX triplet: 9B, D2 and 53. RGB value is (155,210,83). Sum of RGB (Red+Green+Blue) = 155+210+83=448 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.60% from 448); Green value is 210 (82.42% from 255 or 46.88% from 448); Blue value is 83 (32.81% from 255 or 18.53% from 448); Max value from RGB is 210 - color contains mainly: green. Hex color #9BD253 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD253 is #642DAC. Grayscale: #B3B3B3. Windows color (decimal): -6565293 or 5493403. OLE color: 5493403.

HSL color Cylindrical-coordinate representation of color #9BD253: hue angle of 85.98º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9BD253 is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 155 210 83 -
CMYK 0.26 0 0.60 0.18
HSL 85.98º 0.59% 0.57% -
HSV(B) 85.98º 0.6% 0.82% -
XYZ 38.13 53.69 16.54 -
YUV 179.08 73.78 110.83 -
System Red Green Blue C M Y K H S L
Decimal 155 210 83 0.26 0 0.60 0.18 85.98 0.59 0.57
Hex 9B D2 53 1A 0 3C 12 56 3B 39
Octal 233 322 123 32 0 74 22 126 73 71
Binary 10011011 11010010 1010011 11010 0 111100 10010 1010110 111011 111001

Color Harmonies of #9BD253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD253

Black with #9BD253

Text Example


Text Example

White with #9BD253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,210,83); }

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

background-color css

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

 a { background-color: rgb(155,210,83); }

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

border-color css

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

 span { border-color: rgb(155,210,83); }

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