Html Css Color HEX #9BD642 Atlantis

📋 copy color: '#9BD642'

red 155 ◦ green 214 ◦ blue 66

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

Shades of Atlantis #9BD642

Tints of Atlantis #9BD642

RGB

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

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

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

R = 35.63%
G = 49.2%
B = 15.17%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#9BD642 (or 0x9BD642) is known color: Atlantis. HEX triplet: 9B, D6 and 42. RGB value is (155,214,66). Sum of RGB (Red+Green+Blue) = 155+214+66=435 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.63% from 435); Green value is 214 (83.98% from 255 or 49.20% from 435); Blue value is 66 (26.17% from 255 or 15.17% from 435); Max value from RGB is 214 - color contains mainly: green. Hex color #9BD642 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BD642 is #6429BD. Grayscale: #B4B4B4. Windows color (decimal): -6564286 or 4380315. OLE color: 4380315.

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

Color convert

RGB 155 214 66 -
CMYK 0.28 0 0.69 0.16
HSL 83.92º 0.64% 0.55% -
HSV(B) 83.92º 0.69% 0.84% -
XYZ 38.55 55.46 13.83 -
YUV 179.49 63.95 110.53 -
System Red Green Blue C M Y K H S L
Decimal 155 214 66 0.28 0 0.69 0.16 83.92 0.64 0.55
Hex 9B D6 42 1C 0 45 10 54 40 37
Octal 233 326 102 34 0 105 20 124 100 67
Binary 10011011 11010110 1000010 11100 0 1000101 10000 1010100 1000000 110111

Color Harmonies of #9BD642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD642

Black with #9BD642

Text Example


Text Example

White with #9BD642

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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