Html Css Color HEX #9BD641 Atlantis

📋 copy color: '#9BD641'

red 155 ◦ green 214 ◦ blue 65

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

Shades of Atlantis #9BD641

Tints of Atlantis #9BD641

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.31%

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

R = 35.71%
G = 49.31%
B = 14.98%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#9BD641 (or 0x9BD641) is known color: Atlantis. HEX triplet: 9B, D6 and 41. RGB value is (155,214,65). Sum of RGB (Red+Green+Blue) = 155+214+65=434 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.71% from 434); Green value is 214 (83.98% from 255 or 49.31% from 434); Blue value is 65 (25.78% from 255 or 14.98% from 434); Max value from RGB is 214 - color contains mainly: green. Hex color #9BD641 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BD641 is #6429BE. Grayscale: #B3B3B3. Windows color (decimal): -6564287 or 4314779. OLE color: 4314779.

HSL color Cylindrical-coordinate representation of color #9BD641: hue angle of 83.76º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9BD641 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 155 214 65 -
CMYK 0.28 0 0.70 0.16
HSL 83.76º 0.65% 0.55% -
HSV(B) 83.76º 0.7% 0.84% -
XYZ 38.52 55.44 13.67 -
YUV 179.37 63.45 110.62 -
System Red Green Blue C M Y K H S L
Decimal 155 214 65 0.28 0 0.70 0.16 83.76 0.65 0.55
Hex 9B D6 41 1C 0 46 10 54 41 37
Octal 233 326 101 34 0 106 20 124 101 67
Binary 10011011 11010110 1000001 11100 0 1000110 10000 1010100 1000001 110111

Color Harmonies of #9BD641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD641

Black with #9BD641

Text Example


Text Example

White with #9BD641

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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