Html Css Color HEX #9BCF39 Atlantis

📋 copy color: '#9BCF39'

red 155 ◦ green 207 ◦ blue 57

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

Shades of Atlantis #9BCF39

Tints of Atlantis #9BCF39

RGB

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

 GREEN value IS 207 (81.25% from 255) = 49.4%

 BLUE value IS 57 (22.66% from 255) = 13.6%

R = 36.99%
G = 49.4%
B = 13.6%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.72

 K value IS 0.19

RGB Variations

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

Color information

#9BCF39 (or 0x9BCF39) is known color: Atlantis. HEX triplet: 9B, CF and 39. RGB value is (155,207,57). Sum of RGB (Red+Green+Blue) = 155+207+57=419 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.99% from 419); Green value is 207 (81.25% from 255 or 49.40% from 419); Blue value is 57 (22.66% from 255 or 13.60% from 419); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCF39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BCF39 is #6430C6. Grayscale: #AEAEAE. Windows color (decimal): -6566087 or 3788699. OLE color: 3788699.

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

Color convert

RGB 155 207 57 -
CMYK 0.25 0 0.72 0.19
HSL 80.8º 0.61% 0.52% -
HSV(B) 80.8º 0.72% 0.81% -
XYZ 36.57 51.89 11.96 -
YUV 174.35 61.77 114.2 -
System Red Green Blue C M Y K H S L
Decimal 155 207 57 0.25 0 0.72 0.19 80.8 0.61 0.52
Hex 9B CF 39 19 0 48 13 51 3D 34
Octal 233 317 71 31 0 110 23 121 75 64
Binary 10011011 11001111 111001 11001 0 1001000 10011 1010001 111101 110100

Color Harmonies of #9BCF39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCF39

Black with #9BCF39

Text Example


Text Example

White with #9BCF39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,207,57); }

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

background-color css

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

 a { background-color: rgb(155,207,57); }

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

border-color css

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

 span { border-color: rgb(155,207,57); }

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