Html Css Color HEX #9BD341 Atlantis

📋 copy color: '#9BD341'

red 155 ◦ green 211 ◦ blue 65

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

Shades of Atlantis #9BD341

Tints of Atlantis #9BD341

RGB

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

 GREEN value IS 211 (82.81% from 255) = 48.96%

 BLUE value IS 65 (25.78% from 255) = 15.08%

R = 35.96%
G = 48.96%
B = 15.08%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#9BD341 (or 0x9BD341) is known color: Atlantis. HEX triplet: 9B, D3 and 41. RGB value is (155,211,65). Sum of RGB (Red+Green+Blue) = 155+211+65=431 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.96% from 431); Green value is 211 (82.81% from 255 or 48.96% from 431); Blue value is 65 (25.78% from 255 or 15.08% from 431); Max value from RGB is 211 - color contains mainly: green. Hex color #9BD341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BD341 is #642CBE. Grayscale: #B2B2B2. Windows color (decimal): -6565055 or 4314011. OLE color: 4314011.

HSL color Cylindrical-coordinate representation of color #9BD341: hue angle of 83.01º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9BD341 is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB 155 211 65 -
CMYK 0.27 0 0.69 0.17
HSL 83.01º 0.62% 0.54% -
HSV(B) 83.01º 0.69% 0.83% -
XYZ 37.77 53.94 13.42 -
YUV 177.61 64.45 111.87 -
System Red Green Blue C M Y K H S L
Decimal 155 211 65 0.27 0 0.69 0.17 83.01 0.62 0.54
Hex 9B D3 41 1B 0 45 11 53 3E 36
Octal 233 323 101 33 0 105 21 123 76 66
Binary 10011011 11010011 1000001 11011 0 1000101 10001 1010011 111110 110110

Color Harmonies of #9BD341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD341

Black with #9BD341

Text Example


Text Example

White with #9BD341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,211,65); }

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

background-color css

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

 a { background-color: rgb(155,211,65); }

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

border-color css

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

 span { border-color: rgb(155,211,65); }

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