Html Css Color HEX #9BD640 Atlantis

📋 copy color: '#9BD640'

red 155 ◦ green 214 ◦ blue 64

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

Shades of Atlantis #9BD640

Tints of Atlantis #9BD640

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.42%

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

R = 35.8%
G = 49.42%
B = 14.78%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#9BD640 (or 0x9BD640) is known color: Atlantis. HEX triplet: 9B, D6 and 40. RGB value is (155,214,64). Sum of RGB (Red+Green+Blue) = 155+214+64=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 214 (83.98% from 255 or 49.42% from 433); Blue value is 64 (25.39% from 255 or 14.78% from 433); Max value from RGB is 214 - color contains mainly: green. Hex color #9BD640 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BD640 is #6429BF. Grayscale: #B3B3B3. Windows color (decimal): -6564288 or 4249243. OLE color: 4249243.

HSL color Cylindrical-coordinate representation of color #9BD640: hue angle of 83.6º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9BD640 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 155 214 64 -
CMYK 0.28 0 0.70 0.16
HSL 83.6º 0.65% 0.55% -
HSV(B) 83.6º 0.7% 0.84% -
XYZ 38.49 55.43 13.52 -
YUV 179.26 62.95 110.7 -
System Red Green Blue C M Y K H S L
Decimal 155 214 64 0.28 0 0.70 0.16 83.6 0.65 0.55
Hex 9B D6 40 1C 0 46 10 54 41 37
Octal 233 326 100 34 0 106 20 124 101 67
Binary 10011011 11010110 1000000 11100 0 1000110 10000 1010100 1000001 110111

Color Harmonies of #9BD640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD640

Black with #9BD640

Text Example


Text Example

White with #9BD640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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