Html Css Color HEX #9BCA41 Atlantis

📋 copy color: '#9BCA41'

red 155 ◦ green 202 ◦ blue 65

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

Shades of Atlantis #9BCA41

Tints of Atlantis #9BCA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 15.4%

R = 36.73%
G = 47.87%
B = 15.4%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#9BCA41 (or 0x9BCA41) is known color: Atlantis. HEX triplet: 9B, CA and 41. RGB value is (155,202,65). Sum of RGB (Red+Green+Blue) = 155+202+65=422 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.73% from 422); Green value is 202 (79.30% from 255 or 47.87% from 422); Blue value is 65 (25.78% from 255 or 15.40% from 422); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCA41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BCA41 is #6435BE. Grayscale: #ACACAC. Windows color (decimal): -6567359 or 4311707. OLE color: 4311707.

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

Color convert

RGB 155 202 65 -
CMYK 0.23 0 0.68 0.21
HSL 80.58º 0.56% 0.52% -
HSV(B) 80.58º 0.68% 0.79% -
XYZ 35.59 49.59 12.7 -
YUV 172.33 67.43 115.64 -
System Red Green Blue C M Y K H S L
Decimal 155 202 65 0.23 0 0.68 0.21 80.58 0.56 0.52
Hex 9B CA 41 17 0 44 15 51 38 34
Octal 233 312 101 27 0 104 25 121 70 64
Binary 10011011 11001010 1000001 10111 0 1000100 10101 1010001 111000 110100

Color Harmonies of #9BCA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCA41

Black with #9BCA41

Text Example


Text Example

White with #9BCA41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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