Html Css Color HEX #9BC142 Atlantis

📋 copy color: '#9BC142'

red 155 ◦ green 193 ◦ blue 66

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

Shades of Atlantis #9BC142

Tints of Atlantis #9BC142

RGB

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

 GREEN value IS 193 (75.78% from 255) = 46.62%

 BLUE value IS 66 (26.17% from 255) = 15.94%

R = 37.44%
G = 46.62%
B = 15.94%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#9BC142 (or 0x9BC142) is known color: Atlantis. HEX triplet: 9B, C1 and 42. RGB value is (155,193,66). Sum of RGB (Red+Green+Blue) = 155+193+66=414 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.44% from 414); Green value is 193 (75.78% from 255 or 46.62% from 414); Blue value is 66 (26.17% from 255 or 15.94% from 414); Max value from RGB is 193 - color contains mainly: green. Hex color #9BC142 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BC142 is #643EBD. Grayscale: #A7A7A7. Windows color (decimal): -6569662 or 4374939. OLE color: 4374939.

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

Color convert

RGB 155 193 66 -
CMYK 0.20 0 0.66 0.24
HSL 77.95º 0.51% 0.51% -
HSV(B) 77.95º 0.66% 0.76% -
XYZ 33.57 45.5 12.17 -
YUV 167.16 70.91 119.33 -
System Red Green Blue C M Y K H S L
Decimal 155 193 66 0.20 0 0.66 0.24 77.95 0.51 0.51
Hex 9B C1 42 14 0 42 18 4E 33 33
Octal 233 301 102 24 0 102 30 116 63 63
Binary 10011011 11000001 1000010 10100 0 1000010 11000 1001110 110011 110011

Color Harmonies of #9BC142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC142

Black with #9BC142

Text Example


Text Example

White with #9BC142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,193,66); }

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

background-color css

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

 a { background-color: rgb(155,193,66); }

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

border-color css

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

 span { border-color: rgb(155,193,66); }

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