Html Css Color HEX #9BD142 Atlantis

📋 copy color: '#9BD142'

red 155 ◦ green 209 ◦ blue 66

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

Shades of Atlantis #9BD142

Tints of Atlantis #9BD142

RGB

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

 GREEN value IS 209 (82.03% from 255) = 48.6%

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

R = 36.05%
G = 48.6%
B = 15.35%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.68

 K value IS 0.18

RGB Variations

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

Color information

#9BD142 (or 0x9BD142) is known color: Atlantis. HEX triplet: 9B, D1 and 42. RGB value is (155,209,66). Sum of RGB (Red+Green+Blue) = 155+209+66=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 209 (82.03% from 255 or 48.60% from 430); Blue value is 66 (26.17% from 255 or 15.35% from 430); Max value from RGB is 209 - color contains mainly: green. Hex color #9BD142 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BD142 is #642EBD. Grayscale: #B1B1B1. Windows color (decimal): -6565566 or 4379035. OLE color: 4379035.

HSL color Cylindrical-coordinate representation of color #9BD142: hue angle of 82.66º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9BD142 is Cyan = 0.26, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB 155 209 66 -
CMYK 0.26 0 0.68 0.18
HSL 82.66º 0.61% 0.54% -
HSV(B) 82.66º 0.68% 0.82% -
XYZ 37.3 52.96 13.41 -
YUV 176.55 65.61 112.63 -
System Red Green Blue C M Y K H S L
Decimal 155 209 66 0.26 0 0.68 0.18 82.66 0.61 0.54
Hex 9B D1 42 1A 0 44 12 53 3D 36
Octal 233 321 102 32 0 104 22 123 75 66
Binary 10011011 11010001 1000010 11010 0 1000100 10010 1010011 111101 110110

Color Harmonies of #9BD142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD142

Black with #9BD142

Text Example


Text Example

White with #9BD142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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