Html Css Color HEX #9BCA42 Atlantis

📋 copy color: '#9BCA42'

red 155 ◦ green 202 ◦ blue 66

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

Shades of Atlantis #9BCA42

Tints of Atlantis #9BCA42

RGB

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

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

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

R = 36.64%
G = 47.75%
B = 15.6%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#9BCA42 (or 0x9BCA42) is known color: Atlantis. HEX triplet: 9B, CA and 42. RGB value is (155,202,66). Sum of RGB (Red+Green+Blue) = 155+202+66=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 202 (79.30% from 255 or 47.75% from 423); Blue value is 66 (26.17% from 255 or 15.60% from 423); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCA42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BCA42 is #6435BD. Grayscale: #ACACAC. Windows color (decimal): -6567358 or 4377243. OLE color: 4377243.

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

Color convert

RGB 155 202 66 -
CMYK 0.23 0 0.67 0.21
HSL 80.74º 0.56% 0.53% -
HSV(B) 80.74º 0.67% 0.79% -
XYZ 35.62 49.6 12.85 -
YUV 172.44 67.93 115.56 -
System Red Green Blue C M Y K H S L
Decimal 155 202 66 0.23 0 0.67 0.21 80.74 0.56 0.53
Hex 9B CA 42 17 0 43 15 51 38 35
Octal 233 312 102 27 0 103 25 121 70 65
Binary 10011011 11001010 1000010 10111 0 1000011 10101 1010001 111000 110101

Color Harmonies of #9BCA42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCA42

Black with #9BCA42

Text Example


Text Example

White with #9BCA42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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