Html Css Color HEX #9BC042 Atlantis

📋 copy color: '#9BC042'

red 155 ◦ green 192 ◦ blue 66

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

Shades of Atlantis #9BC042

Tints of Atlantis #9BC042

RGB

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

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

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

R = 37.53%
G = 46.49%
B = 15.98%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#9BC042 (or 0x9BC042) is known color: Atlantis. HEX triplet: 9B, C0 and 42. RGB value is (155,192,66). Sum of RGB (Red+Green+Blue) = 155+192+66=413 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.53% from 413); Green value is 192 (75.39% from 255 or 46.49% from 413); Blue value is 66 (26.17% from 255 or 15.98% from 413); Max value from RGB is 192 - color contains mainly: green. Hex color #9BC042 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BC042 is #643FBD. Grayscale: #A7A7A7. Windows color (decimal): -6569918 or 4374683. OLE color: 4374683.

HSL color Cylindrical-coordinate representation of color #9BC042: hue angle of 77.62º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9BC042 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 155 192 66 -
CMYK 0.19 0 0.66 0.25
HSL 77.62º 0.5% 0.51% -
HSV(B) 77.62º 0.66% 0.75% -
XYZ 33.35 45.06 12.09 -
YUV 166.57 71.24 119.75 -
System Red Green Blue C M Y K H S L
Decimal 155 192 66 0.19 0 0.66 0.25 77.62 0.5 0.51
Hex 9B C0 42 13 0 42 19 4E 32 33
Octal 233 300 102 23 0 102 31 116 62 63
Binary 10011011 11000000 1000010 10011 0 1000010 11001 1001110 110010 110011

Color Harmonies of #9BC042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC042

Black with #9BC042

Text Example


Text Example

White with #9BC042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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