Html Css Color HEX #9BD43C Atlantis

📋 copy color: '#9BD43C'

red 155 ◦ green 212 ◦ blue 60

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

Shades of Atlantis #9BD43C

Tints of Atlantis #9BD43C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 14.05%

R = 36.3%
G = 49.65%
B = 14.05%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.72

 K value IS 0.17

RGB Variations

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

Color information

#9BD43C (or 0x9BD43C) is known color: Atlantis. HEX triplet: 9B, D4 and 3C. RGB value is (155,212,60). Sum of RGB (Red+Green+Blue) = 155+212+60=427 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.30% from 427); Green value is 212 (83.20% from 255 or 49.65% from 427); Blue value is 60 (23.83% from 255 or 14.05% from 427); Max value from RGB is 212 - color contains mainly: green. Hex color #9BD43C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BD43C is #642BC3. Grayscale: #B2B2B2. Windows color (decimal): -6564804 or 3986587. OLE color: 3986587.

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

Color convert

RGB 155 212 60 -
CMYK 0.27 0 0.72 0.17
HSL 82.5º 0.64% 0.53% -
HSV(B) 82.5º 0.72% 0.83% -
XYZ 37.88 54.38 12.78 -
YUV 177.63 61.62 111.86 -
System Red Green Blue C M Y K H S L
Decimal 155 212 60 0.27 0 0.72 0.17 82.5 0.64 0.53
Hex 9B D4 3C 1B 0 48 11 52 40 35
Octal 233 324 74 33 0 110 21 122 100 65
Binary 10011011 11010100 111100 11011 0 1001000 10001 1010010 1000000 110101

Color Harmonies of #9BD43C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD43C

Black with #9BD43C

Text Example


Text Example

White with #9BD43C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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