Html Css Color HEX #9BC64C Atlantis

📋 copy color: '#9BC64C'

red 155 ◦ green 198 ◦ blue 76

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

Shades of Atlantis #9BC64C

Tints of Atlantis #9BC64C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 46.15%

 BLUE value IS 76 (30.08% from 255) = 17.72%

R = 36.13%
G = 46.15%
B = 17.72%

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

#9BC64C (or 0x9BC64C) is known color: Atlantis. HEX triplet: 9B, C6 and 4C. RGB value is (155,198,76). Sum of RGB (Red+Green+Blue) = 155+198+76=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 198 (77.73% from 255 or 46.15% from 429); Blue value is 76 (30.08% from 255 or 17.72% from 429); Max value from RGB is 198 - color contains mainly: green. Hex color #9BC64C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BC64C is #6439B3. Grayscale: #ABABAB. Windows color (decimal): -6568372 or 5031579. OLE color: 5031579.

HSL color Cylindrical-coordinate representation of color #9BC64C: hue angle of 81.15º degrees, saturation: 0.52, 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 #9BC64C is Cyan = 0.22, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 155 198 76 -
CMYK 0.22 0 0.62 0.22
HSL 81.15º 0.52% 0.54% -
HSV(B) 81.15º 0.62% 0.78% -
XYZ 35.02 47.88 14.23 -
YUV 171.24 74.25 116.42 -
System Red Green Blue C M Y K H S L
Decimal 155 198 76 0.22 0 0.62 0.22 81.15 0.52 0.54
Hex 9B C6 4C 16 0 3E 16 51 34 36
Octal 233 306 114 26 0 76 26 121 64 66
Binary 10011011 11000110 1001100 10110 0 111110 10110 1010001 110100 110110

Color Harmonies of #9BC64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC64C

Black with #9BC64C

Text Example


Text Example

White with #9BC64C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,198,76); }

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

background-color css

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

 a { background-color: rgb(155,198,76); }

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

border-color css

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

 span { border-color: rgb(155,198,76); }

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