Html Css Color HEX #9BC24D Atlantis

📋 copy color: '#9BC24D'

red 155 ◦ green 194 ◦ blue 77

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

Shades of Atlantis #9BC24D

Tints of Atlantis #9BC24D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.54%

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

R = 36.38%
G = 45.54%
B = 18.08%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.60

 K value IS 0.24

RGB Variations

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

Color information

#9BC24D (or 0x9BC24D) is known color: Atlantis. HEX triplet: 9B, C2 and 4D. RGB value is (155,194,77). Sum of RGB (Red+Green+Blue) = 155+194+77=426 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.38% from 426); Green value is 194 (76.17% from 255 or 45.54% from 426); Blue value is 77 (30.47% from 255 or 18.08% from 426); Max value from RGB is 194 - color contains mainly: green. Hex color #9BC24D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC24D is #643DB2. Grayscale: #A9A9A9. Windows color (decimal): -6569395 or 5096091. OLE color: 5096091.

HSL color Cylindrical-coordinate representation of color #9BC24D: hue angle of 80º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9BC24D is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB 155 194 77 -
CMYK 0.20 0 0.60 0.24
HSL 80º 0.49% 0.53% -
HSV(B) 80º 0.6% 0.76% -
XYZ 34.15 46.09 14.12 -
YUV 169 76.08 118.01 -
System Red Green Blue C M Y K H S L
Decimal 155 194 77 0.20 0 0.60 0.24 80 0.49 0.53
Hex 9B C2 4D 14 0 3C 18 50 31 35
Octal 233 302 115 24 0 74 30 120 61 65
Binary 10011011 11000010 1001101 10100 0 111100 11000 1010000 110001 110101

Color Harmonies of #9BC24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC24D

Black with #9BC24D

Text Example


Text Example

White with #9BC24D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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