Html Css Color HEX #9BC74F Atlantis

📋 copy color: '#9BC74F'

red 155 ◦ green 199 ◦ blue 79

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

Shades of Atlantis #9BC74F

Tints of Atlantis #9BC74F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.96%

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

R = 35.8%
G = 45.96%
B = 18.24%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.60

 K value IS 0.22

RGB Variations

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

Color information

#9BC74F (or 0x9BC74F) is known color: Atlantis. HEX triplet: 9B, C7 and 4F. RGB value is (155,199,79). Sum of RGB (Red+Green+Blue) = 155+199+79=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 199 (78.12% from 255 or 45.96% from 433); Blue value is 79 (31.25% from 255 or 18.24% from 433); Max value from RGB is 199 - color contains mainly: green. Hex color #9BC74F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BC74F is #6438B0. Grayscale: #ACACAC. Windows color (decimal): -6568113 or 5228443. OLE color: 5228443.

HSL color Cylindrical-coordinate representation of color #9BC74F: hue angle of 82º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9BC74F is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB 155 199 79 -
CMYK 0.22 0 0.60 0.22
HSL 82º 0.52% 0.55% -
HSV(B) 82º 0.6% 0.78% -
XYZ 35.35 48.38 14.87 -
YUV 172.16 75.42 115.76 -
System Red Green Blue C M Y K H S L
Decimal 155 199 79 0.22 0 0.60 0.22 82 0.52 0.55
Hex 9B C7 4F 16 0 3C 16 52 34 37
Octal 233 307 117 26 0 74 26 122 64 67
Binary 10011011 11000111 1001111 10110 0 111100 10110 1010010 110100 110111

Color Harmonies of #9BC74F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BC74F

Black with #9BC74F

Text Example


Text Example

White with #9BC74F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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