Html Css Color HEX #9BD435 Atlantis

📋 copy color: '#9BD435'

red 155 ◦ green 212 ◦ blue 53

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

Shades of Atlantis #9BD435

Tints of Atlantis #9BD435

RGB

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

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

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

R = 36.9%
G = 50.48%
B = 12.62%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#9BD435 (or 0x9BD435) is known color: Atlantis. HEX triplet: 9B, D4 and 35. RGB value is (155,212,53). Sum of RGB (Red+Green+Blue) = 155+212+53=420 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.90% from 420); Green value is 212 (83.20% from 255 or 50.48% from 420); Blue value is 53 (21.09% from 255 or 12.62% from 420); Max value from RGB is 212 - color contains mainly: green. Hex color #9BD435 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BD435 is #642BCA. Grayscale: #B1B1B1. Windows color (decimal): -6564811 or 3527835. OLE color: 3527835.

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

Color convert

RGB 155 212 53 -
CMYK 0.27 0 0.75 0.17
HSL 81.51º 0.65% 0.52% -
HSV(B) 81.51º 0.75% 0.83% -
XYZ 37.7 54.31 11.86 -
YUV 176.83 58.12 112.43 -
System Red Green Blue C M Y K H S L
Decimal 155 212 53 0.27 0 0.75 0.17 81.51 0.65 0.52
Hex 9B D4 35 1B 0 4B 11 52 41 34
Octal 233 324 65 33 0 113 21 122 101 64
Binary 10011011 11010100 110101 11011 0 1001011 10001 1010010 1000001 110100

Color Harmonies of #9BD435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD435

Black with #9BD435

Text Example


Text Example

White with #9BD435

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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