Html Css Color HEX #9BC34C Atlantis

📋 copy color: '#9BC34C'

red 155 ◦ green 195 ◦ blue 76

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

Shades of Atlantis #9BC34C

Tints of Atlantis #9BC34C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 45.77%

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

R = 36.38%
G = 45.77%
B = 17.84%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#9BC34C (or 0x9BC34C) is known color: Atlantis. HEX triplet: 9B, C3 and 4C. RGB value is (155,195,76). Sum of RGB (Red+Green+Blue) = 155+195+76=426 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.38% from 426); Green value is 195 (76.56% from 255 or 45.77% from 426); Blue value is 76 (30.08% from 255 or 17.84% from 426); Max value from RGB is 195 - color contains mainly: green. Hex color #9BC34C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BC34C is #643CB3. Grayscale: #A9A9A9. Windows color (decimal): -6569140 or 5030811. OLE color: 5030811.

HSL color Cylindrical-coordinate representation of color #9BC34C: hue angle of 80.17º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9BC34C is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 155 195 76 -
CMYK 0.21 0 0.61 0.24
HSL 80.17º 0.5% 0.53% -
HSV(B) 80.17º 0.61% 0.76% -
XYZ 34.34 46.52 14.01 -
YUV 169.47 75.25 117.68 -
System Red Green Blue C M Y K H S L
Decimal 155 195 76 0.21 0 0.61 0.24 80.17 0.5 0.53
Hex 9B C3 4C 15 0 3D 18 50 32 35
Octal 233 303 114 25 0 75 30 120 62 65
Binary 10011011 11000011 1001100 10101 0 111101 11000 1010000 110010 110101

Color Harmonies of #9BC34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC34C

Black with #9BC34C

Text Example


Text Example

White with #9BC34C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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