Html Css Color HEX #9BC04D Atlantis

📋 copy color: '#9BC04D'

red 155 ◦ green 192 ◦ blue 77

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

Shades of Atlantis #9BC04D

Tints of Atlantis #9BC04D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.28%

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

R = 36.56%
G = 45.28%
B = 18.16%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#9BC04D (or 0x9BC04D) is known color: Atlantis. HEX triplet: 9B, C0 and 4D. RGB value is (155,192,77). Sum of RGB (Red+Green+Blue) = 155+192+77=424 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.56% from 424); Green value is 192 (75.39% from 255 or 45.28% from 424); Blue value is 77 (30.47% from 255 or 18.16% from 424); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC04D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC04D is #643FB2. Grayscale: #A8A8A8. Windows color (decimal): -6569907 or 5095579. OLE color: 5095579.

HSL color Cylindrical-coordinate representation of color #9BC04D: hue angle of 79.3º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9BC04D is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 192 77 -
CMYK 0.19 0 0.60 0.25
HSL 79.3º 0.48% 0.53% -
HSV(B) 79.3º 0.6% 0.75% -
XYZ 33.71 45.2 13.97 -
YUV 167.83 76.74 118.85 -
System Red Green Blue C M Y K H S L
Decimal 155 192 77 0.19 0 0.60 0.25 79.3 0.48 0.53
Hex 9B C0 4D 13 0 3C 19 4F 30 35
Octal 233 300 115 23 0 74 31 117 60 65
Binary 10011011 11000000 1001101 10011 0 111100 11001 1001111 110000 110101

Color Harmonies of #9BC04D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC04D

Black with #9BC04D

Text Example


Text Example

White with #9BC04D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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