Html Css Color HEX #9BC84D Atlantis

📋 copy color: '#9BC84D'

red 155 ◦ green 200 ◦ blue 77

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

Shades of Atlantis #9BC84D

Tints of Atlantis #9BC84D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.82%

R = 35.88%
G = 46.3%
B = 17.82%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#9BC84D (or 0x9BC84D) is known color: Atlantis. HEX triplet: 9B, C8 and 4D. RGB value is (155,200,77). Sum of RGB (Red+Green+Blue) = 155+200+77=432 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.88% from 432); Green value is 200 (78.52% from 255 or 46.30% from 432); Blue value is 77 (30.47% from 255 or 17.82% from 432); Max value from RGB is 200 - color contains mainly: green. Hex color #9BC84D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC84D is #6437B2. Grayscale: #ACACAC. Windows color (decimal): -6567859 or 5097627. OLE color: 5097627.

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

Color convert

RGB 155 200 77 -
CMYK 0.22 0 0.62 0.22
HSL 81.95º 0.53% 0.54% -
HSV(B) 81.95º 0.62% 0.78% -
XYZ 35.51 48.81 14.57 -
YUV 172.52 74.09 115.5 -
System Red Green Blue C M Y K H S L
Decimal 155 200 77 0.22 0 0.62 0.22 81.95 0.53 0.54
Hex 9B C8 4D 16 0 3E 16 52 35 36
Octal 233 310 115 26 0 76 26 122 65 66
Binary 10011011 11001000 1001101 10110 0 111110 10110 1010010 110101 110110

Color Harmonies of #9BC84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC84D

Black with #9BC84D

Text Example


Text Example

White with #9BC84D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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