Html Css Color HEX #9BDF3A Atlantis

📋 copy color: '#9BDF3A'

red 155 ◦ green 223 ◦ blue 58

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

Shades of Atlantis #9BDF3A

Tints of Atlantis #9BDF3A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 51.15%

 BLUE value IS 58 (23.05% from 255) = 13.3%

R = 35.55%
G = 51.15%
B = 13.3%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#9BDF3A (or 0x9BDF3A) is known color: Atlantis. HEX triplet: 9B, DF and 3A. RGB value is (155,223,58). Sum of RGB (Red+Green+Blue) = 155+223+58=436 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.55% from 436); Green value is 223 (87.5% from 255 or 51.15% from 436); Blue value is 58 (23.05% from 255 or 13.30% from 436); Max value from RGB is 223 - color contains mainly: green. Hex color #9BDF3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BDF3A is #6420C5. Grayscale: #B8B8B8. Windows color (decimal): -6561990 or 3858331. OLE color: 3858331.

HSL color Cylindrical-coordinate representation of color #9BDF3A: hue angle of 84.73º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9BDF3A is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB 155 223 58 -
CMYK 0.30 0 0.74 0.13
HSL 84.73º 0.72% 0.55% -
HSV(B) 84.73º 0.74% 0.87% -
XYZ 40.67 60.05 13.45 -
YUV 183.86 56.97 107.42 -
System Red Green Blue C M Y K H S L
Decimal 155 223 58 0.30 0 0.74 0.13 84.73 0.72 0.55
Hex 9B DF 3A 1E 0 4A D 55 48 37
Octal 233 337 72 36 0 112 15 125 110 67
Binary 10011011 11011111 111010 11110 0 1001010 1101 1010101 1001000 110111

Color Harmonies of #9BDF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BDF3A

Black with #9BDF3A

Text Example


Text Example

White with #9BDF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,223,58); }

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

background-color css

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

 a { background-color: rgb(155,223,58); }

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

border-color css

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

 span { border-color: rgb(155,223,58); }

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