Html Css Color HEX #9BED42 Atlantis

📋 copy color: '#9BED42'

red 155 ◦ green 237 ◦ blue 66

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

Shades of Atlantis #9BED42

Tints of Atlantis #9BED42

RGB

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

 GREEN value IS 237 (92.97% from 255) = 51.75%

 BLUE value IS 66 (26.17% from 255) = 14.41%

R = 33.84%
G = 51.75%
B = 14.41%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#9BED42 (or 0x9BED42) is known color: Atlantis. HEX triplet: 9B, ED and 42. RGB value is (155,237,66). Sum of RGB (Red+Green+Blue) = 155+237+66=458 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.84% from 458); Green value is 237 (92.97% from 255 or 51.75% from 458); Blue value is 66 (26.17% from 255 or 14.41% from 458); Max value from RGB is 237 - color contains mainly: green. Hex color #9BED42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9BED42 is #6412BD. Grayscale: #C1C1C1. Windows color (decimal): -6558398 or 4386203. OLE color: 4386203.

HSL color Cylindrical-coordinate representation of color #9BED42: hue angle of 88.77º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9BED42 is Cyan = 0.35, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 155 237 66 -
CMYK 0.35 0 0.72 0.07
HSL 88.77º 0.83% 0.59% -
HSV(B) 88.77º 0.72% 0.93% -
XYZ 44.79 67.93 15.91 -
YUV 192.99 56.33 100.9 -
System Red Green Blue C M Y K H S L
Decimal 155 237 66 0.35 0 0.72 0.07 88.77 0.83 0.59
Hex 9B ED 42 23 0 48 7 59 53 3B
Octal 233 355 102 43 0 110 7 131 123 73
Binary 10011011 11101101 1000010 100011 0 1001000 111 1011001 1010011 111011

Color Harmonies of #9BED42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BED42

Black with #9BED42

Text Example


Text Example

White with #9BED42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,237,66); }

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

background-color css

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

 a { background-color: rgb(155,237,66); }

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

border-color css

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

 span { border-color: rgb(155,237,66); }

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