Html Css Color HEX #9BD240 Atlantis

📋 copy color: '#9BD240'

red 155 ◦ green 210 ◦ blue 64

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

Shades of Atlantis #9BD240

Tints of Atlantis #9BD240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.92%

R = 36.13%
G = 48.95%
B = 14.92%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#9BD240 (or 0x9BD240) is known color: Atlantis. HEX triplet: 9B, D2 and 40. RGB value is (155,210,64). Sum of RGB (Red+Green+Blue) = 155+210+64=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 210 (82.42% from 255 or 48.95% from 429); Blue value is 64 (25.39% from 255 or 14.92% from 429); Max value from RGB is 210 - color contains mainly: green. Hex color #9BD240 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BD240 is #642DBF. Grayscale: #B1B1B1. Windows color (decimal): -6565312 or 4248219. OLE color: 4248219.

HSL color Cylindrical-coordinate representation of color #9BD240: hue angle of 82.6º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9BD240 is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 155 210 64 -
CMYK 0.26 0 0.70 0.18
HSL 82.6º 0.62% 0.54% -
HSV(B) 82.6º 0.7% 0.82% -
XYZ 37.49 53.43 13.19 -
YUV 176.91 64.28 112.37 -
System Red Green Blue C M Y K H S L
Decimal 155 210 64 0.26 0 0.70 0.18 82.6 0.62 0.54
Hex 9B D2 40 1A 0 46 12 53 3E 36
Octal 233 322 100 32 0 106 22 123 76 66
Binary 10011011 11010010 1000000 11010 0 1000110 10010 1010011 111110 110110

Color Harmonies of #9BD240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD240

Black with #9BD240

Text Example


Text Example

White with #9BD240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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