Html Css Color HEX #9BD245 Atlantis

📋 copy color: '#9BD245'

red 155 ◦ green 210 ◦ blue 69

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

Shades of Atlantis #9BD245

Tints of Atlantis #9BD245

RGB

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

 GREEN value IS 210 (82.42% from 255) = 48.39%

 BLUE value IS 69 (27.34% from 255) = 15.9%

R = 35.71%
G = 48.39%
B = 15.9%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#9BD245 (or 0x9BD245) is known color: Atlantis. HEX triplet: 9B, D2 and 45. RGB value is (155,210,69). Sum of RGB (Red+Green+Blue) = 155+210+69=434 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.71% from 434); Green value is 210 (82.42% from 255 or 48.39% from 434); Blue value is 69 (27.34% from 255 or 15.90% from 434); Max value from RGB is 210 - color contains mainly: green. Hex color #9BD245 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BD245 is #642DBA. Grayscale: #B1B1B1. Windows color (decimal): -6565307 or 4575899. OLE color: 4575899.

HSL color Cylindrical-coordinate representation of color #9BD245: hue angle of 83.4º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9BD245 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 155 210 69 -
CMYK 0.26 0 0.67 0.18
HSL 83.4º 0.61% 0.55% -
HSV(B) 83.4º 0.67% 0.82% -
XYZ 37.64 53.49 13.97 -
YUV 177.48 66.78 111.96 -
System Red Green Blue C M Y K H S L
Decimal 155 210 69 0.26 0 0.67 0.18 83.4 0.61 0.55
Hex 9B D2 45 1A 0 43 12 53 3D 37
Octal 233 322 105 32 0 103 22 123 75 67
Binary 10011011 11010010 1000101 11010 0 1000011 10010 1010011 111101 110111

Color Harmonies of #9BD245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD245

Black with #9BD245

Text Example


Text Example

White with #9BD245

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,210,69); }

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

background-color css

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

 a { background-color: rgb(155,210,69); }

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

border-color css

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

 span { border-color: rgb(155,210,69); }

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