Html Css Color HEX #9BD04F Atlantis

📋 copy color: '#9BD04F'

red 155 ◦ green 208 ◦ blue 79

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

Shades of Atlantis #9BD04F

Tints of Atlantis #9BD04F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.06%

 BLUE value IS 79 (31.25% from 255) = 17.87%

R = 35.07%
G = 47.06%
B = 17.87%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#9BD04F (or 0x9BD04F) is known color: Atlantis. HEX triplet: 9B, D0 and 4F. RGB value is (155,208,79). Sum of RGB (Red+Green+Blue) = 155+208+79=442 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.07% from 442); Green value is 208 (81.64% from 255 or 47.06% from 442); Blue value is 79 (31.25% from 255 or 17.87% from 442); Max value from RGB is 208 - color contains mainly: green. Hex color #9BD04F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD04F is #642FB0. Grayscale: #B1B1B1. Windows color (decimal): -6565809 or 5230747. OLE color: 5230747.

HSL color Cylindrical-coordinate representation of color #9BD04F: hue angle of 84.65º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9BD04F is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 155 208 79 -
CMYK 0.25 0 0.62 0.18
HSL 84.65º 0.58% 0.56% -
HSV(B) 84.65º 0.62% 0.82% -
XYZ 37.48 52.64 15.58 -
YUV 177.45 72.44 111.99 -
System Red Green Blue C M Y K H S L
Decimal 155 208 79 0.25 0 0.62 0.18 84.65 0.58 0.56
Hex 9B D0 4F 19 0 3E 12 55 3A 38
Octal 233 320 117 31 0 76 22 125 72 70
Binary 10011011 11010000 1001111 11001 0 111110 10010 1010101 111010 111000

Color Harmonies of #9BD04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD04F

Black with #9BD04F

Text Example


Text Example

White with #9BD04F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,208,79); }

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

background-color css

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

 a { background-color: rgb(155,208,79); }

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

border-color css

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

 span { border-color: rgb(155,208,79); }

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