Html Css Color HEX #9BCA46 Atlantis

📋 copy color: '#9BCA46'

red 155 ◦ green 202 ◦ blue 70

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

Shades of Atlantis #9BCA46

Tints of Atlantis #9BCA46

RGB

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

 GREEN value IS 202 (79.3% from 255) = 47.31%

 BLUE value IS 70 (27.73% from 255) = 16.39%

R = 36.3%
G = 47.31%
B = 16.39%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#9BCA46 (or 0x9BCA46) is known color: Atlantis. HEX triplet: 9B, CA and 46. RGB value is (155,202,70). Sum of RGB (Red+Green+Blue) = 155+202+70=427 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.30% from 427); Green value is 202 (79.30% from 255 or 47.31% from 427); Blue value is 70 (27.73% from 255 or 16.39% from 427); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCA46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BCA46 is #6435B9. Grayscale: #ADADAD. Windows color (decimal): -6567354 or 4639387. OLE color: 4639387.

HSL color Cylindrical-coordinate representation of color #9BCA46: hue angle of 81.36º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9BCA46 is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 155 202 70 -
CMYK 0.23 0 0.65 0.21
HSL 81.36º 0.55% 0.53% -
HSV(B) 81.36º 0.65% 0.79% -
XYZ 35.74 49.65 13.49 -
YUV 172.9 69.93 115.23 -
System Red Green Blue C M Y K H S L
Decimal 155 202 70 0.23 0 0.65 0.21 81.36 0.55 0.53
Hex 9B CA 46 17 0 41 15 51 37 35
Octal 233 312 106 27 0 101 25 121 67 65
Binary 10011011 11001010 1000110 10111 0 1000001 10101 1010001 110111 110101

Color Harmonies of #9BCA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCA46

Black with #9BCA46

Text Example


Text Example

White with #9BCA46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,202,70); }

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

background-color css

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

 a { background-color: rgb(155,202,70); }

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

border-color css

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

 span { border-color: rgb(155,202,70); }

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