Html Css Color HEX #9BD646 Atlantis

📋 copy color: '#9BD646'

red 155 ◦ green 214 ◦ blue 70

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

Shades of Atlantis #9BD646

Tints of Atlantis #9BD646

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.95%

R = 35.31%
G = 48.75%
B = 15.95%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.67

 K value IS 0.16

RGB Variations

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

Color information

#9BD646 (or 0x9BD646) is known color: Atlantis. HEX triplet: 9B, D6 and 46. RGB value is (155,214,70). Sum of RGB (Red+Green+Blue) = 155+214+70=439 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.31% from 439); Green value is 214 (83.98% from 255 or 48.75% from 439); Blue value is 70 (27.73% from 255 or 15.95% from 439); Max value from RGB is 214 - color contains mainly: green. Hex color #9BD646 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BD646 is #6429B9. Grayscale: #B4B4B4. Windows color (decimal): -6564282 or 4642459. OLE color: 4642459.

HSL color Cylindrical-coordinate representation of color #9BD646: hue angle of 84.58º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9BD646 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB 155 214 70 -
CMYK 0.28 0 0.67 0.16
HSL 84.58º 0.64% 0.56% -
HSV(B) 84.58º 0.67% 0.84% -
XYZ 38.67 55.5 14.47 -
YUV 179.94 65.95 110.21 -
System Red Green Blue C M Y K H S L
Decimal 155 214 70 0.28 0 0.67 0.16 84.58 0.64 0.56
Hex 9B D6 46 1C 0 43 10 55 40 38
Octal 233 326 106 34 0 103 20 125 100 70
Binary 10011011 11010110 1000110 11100 0 1000011 10000 1010101 1000000 111000

Color Harmonies of #9BD646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD646

Black with #9BD646

Text Example


Text Example

White with #9BD646

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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