Html Css Color HEX #9BC840 Atlantis

📋 copy color: '#9BC840'

red 155 ◦ green 200 ◦ blue 64

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

Shades of Atlantis #9BC840

Tints of Atlantis #9BC840

RGB

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

 GREEN value IS 200 (78.52% from 255) = 47.73%

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

R = 36.99%
G = 47.73%
B = 15.27%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#9BC840 (or 0x9BC840) is known color: Atlantis. HEX triplet: 9B, C8 and 40. RGB value is (155,200,64). Sum of RGB (Red+Green+Blue) = 155+200+64=419 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.99% from 419); Green value is 200 (78.52% from 255 or 47.73% from 419); Blue value is 64 (25.39% from 255 or 15.27% from 419); Max value from RGB is 200 - color contains mainly: green. Hex color #9BC840 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BC840 is #6437BF. Grayscale: #ABABAB. Windows color (decimal): -6567872 or 4245659. OLE color: 4245659.

HSL color Cylindrical-coordinate representation of color #9BC840: hue angle of 79.85º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9BC840 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 155 200 64 -
CMYK 0.22 0 0.68 0.22
HSL 79.85º 0.55% 0.52% -
HSV(B) 79.85º 0.68% 0.78% -
XYZ 35.1 48.65 12.39 -
YUV 171.04 67.59 116.56 -
System Red Green Blue C M Y K H S L
Decimal 155 200 64 0.22 0 0.68 0.22 79.85 0.55 0.52
Hex 9B C8 40 16 0 44 16 50 37 34
Octal 233 310 100 26 0 104 26 120 67 64
Binary 10011011 11001000 1000000 10110 0 1000100 10110 1010000 110111 110100

Color Harmonies of #9BC840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC840

Black with #9BC840

Text Example


Text Example

White with #9BC840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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