Html Css Color HEX #9BCE42 Atlantis

📋 copy color: '#9BCE42'

red 155 ◦ green 206 ◦ blue 66

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

Shades of Atlantis #9BCE42

Tints of Atlantis #9BCE42

RGB

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

 GREEN value IS 206 (80.86% from 255) = 48.24%

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

R = 36.3%
G = 48.24%
B = 15.46%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.68

 K value IS 0.19

RGB Variations

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

Color information

#9BCE42 (or 0x9BCE42) is known color: Atlantis. HEX triplet: 9B, CE and 42. RGB value is (155,206,66). Sum of RGB (Red+Green+Blue) = 155+206+66=427 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.30% from 427); Green value is 206 (80.86% from 255 or 48.24% from 427); Blue value is 66 (26.17% from 255 or 15.46% from 427); Max value from RGB is 206 - color contains mainly: green. Hex color #9BCE42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BCE42 is #6431BD. Grayscale: #AFAFAF. Windows color (decimal): -6566334 or 4378267. OLE color: 4378267.

HSL color Cylindrical-coordinate representation of color #9BCE42: hue angle of 81.86º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9BCE42 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB 155 206 66 -
CMYK 0.25 0 0.68 0.19
HSL 81.86º 0.59% 0.53% -
HSV(B) 81.86º 0.68% 0.81% -
XYZ 36.57 51.5 13.17 -
YUV 174.79 66.6 113.88 -
System Red Green Blue C M Y K H S L
Decimal 155 206 66 0.25 0 0.68 0.19 81.86 0.59 0.53
Hex 9B CE 42 19 0 44 13 52 3B 35
Octal 233 316 102 31 0 104 23 122 73 65
Binary 10011011 11001110 1000010 11001 0 1000100 10011 1010010 111011 110101

Color Harmonies of #9BCE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCE42

Black with #9BCE42

Text Example


Text Example

White with #9BCE42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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