Html Css Color HEX #9BD446 Atlantis

📋 copy color: '#9BD446'

red 155 ◦ green 212 ◦ blue 70

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

Shades of Atlantis #9BD446

Tints of Atlantis #9BD446

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.51%

 BLUE value IS 70 (27.73% from 255) = 16.02%

R = 35.47%
G = 48.51%
B = 16.02%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#9BD446 (or 0x9BD446) is known color: Atlantis. HEX triplet: 9B, D4 and 46. RGB value is (155,212,70). Sum of RGB (Red+Green+Blue) = 155+212+70=437 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.47% from 437); Green value is 212 (83.20% from 255 or 48.51% from 437); Blue value is 70 (27.73% from 255 or 16.02% from 437); Max value from RGB is 212 - color contains mainly: green. Hex color #9BD446 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BD446 is #642BB9. Grayscale: #B3B3B3. Windows color (decimal): -6564794 or 4641947. OLE color: 4641947.

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

Color convert

RGB 155 212 70 -
CMYK 0.27 0 0.67 0.17
HSL 84.08º 0.62% 0.55% -
HSV(B) 84.08º 0.67% 0.83% -
XYZ 38.17 54.5 14.3 -
YUV 178.77 66.62 111.05 -
System Red Green Blue C M Y K H S L
Decimal 155 212 70 0.27 0 0.67 0.17 84.08 0.62 0.55
Hex 9B D4 46 1B 0 43 11 54 3E 37
Octal 233 324 106 33 0 103 21 124 76 67
Binary 10011011 11010100 1000110 11011 0 1000011 10001 1010100 111110 110111

Color Harmonies of #9BD446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD446

Black with #9BD446

Text Example


Text Example

White with #9BD446

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,212,70); }

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

background-color css

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

 a { background-color: rgb(155,212,70); }

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

border-color css

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

 span { border-color: rgb(155,212,70); }

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