Html Css Color HEX #9BD635 Atlantis

📋 copy color: '#9BD635'

red 155 ◦ green 214 ◦ blue 53

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

Shades of Atlantis #9BD635

Tints of Atlantis #9BD635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.56%

R = 36.73%
G = 50.71%
B = 12.56%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#9BD635 (or 0x9BD635) is known color: Atlantis. HEX triplet: 9B, D6 and 35. RGB value is (155,214,53). Sum of RGB (Red+Green+Blue) = 155+214+53=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 214 (83.98% from 255 or 50.71% from 422); Blue value is 53 (21.09% from 255 or 12.56% from 422); Max value from RGB is 214 - color contains mainly: green. Hex color #9BD635 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BD635 is #6429CA. Grayscale: #B2B2B2. Windows color (decimal): -6564299 or 3528347. OLE color: 3528347.

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

Color convert

RGB 155 214 53 -
CMYK 0.28 0 0.75 0.16
HSL 81.99º 0.66% 0.52% -
HSV(B) 81.99º 0.75% 0.84% -
XYZ 38.21 55.32 12.03 -
YUV 178.01 57.45 111.59 -
System Red Green Blue C M Y K H S L
Decimal 155 214 53 0.28 0 0.75 0.16 81.99 0.66 0.52
Hex 9B D6 35 1C 0 4B 10 52 42 34
Octal 233 326 65 34 0 113 20 122 102 64
Binary 10011011 11010110 110101 11100 0 1001011 10000 1010010 1000010 110100

Color Harmonies of #9BD635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD635

Black with #9BD635

Text Example


Text Example

White with #9BD635

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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