Html Css Color HEX #9BCF4F Atlantis

📋 copy color: '#9BCF4F'

red 155 ◦ green 207 ◦ blue 79

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

Shades of Atlantis #9BCF4F

Tints of Atlantis #9BCF4F

RGB

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

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

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

R = 35.15%
G = 46.94%
B = 17.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.62

 K value IS 0.19

RGB Variations

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

Color information

#9BCF4F (or 0x9BCF4F) is known color: Atlantis. HEX triplet: 9B, CF and 4F. RGB value is (155,207,79). Sum of RGB (Red+Green+Blue) = 155+207+79=441 (58% of max value = 765). Red value is 155 (60.94% from 255 or 35.15% from 441); Green value is 207 (81.25% from 255 or 46.94% from 441); Blue value is 79 (31.25% from 255 or 17.91% from 441); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCF4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCF4F is #6430B0. Grayscale: #B1B1B1. Windows color (decimal): -6566065 or 5230491. OLE color: 5230491.

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

Color convert

RGB 155 207 79 -
CMYK 0.25 0 0.62 0.19
HSL 84.38º 0.57% 0.56% -
HSV(B) 84.38º 0.62% 0.81% -
XYZ 37.24 52.16 15.5 -
YUV 176.86 72.77 112.41 -
System Red Green Blue C M Y K H S L
Decimal 155 207 79 0.25 0 0.62 0.19 84.38 0.57 0.56
Hex 9B CF 4F 19 0 3E 13 54 39 38
Octal 233 317 117 31 0 76 23 124 71 70
Binary 10011011 11001111 1001111 11001 0 111110 10011 1010100 111001 111000

Color Harmonies of #9BCF4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCF4F

Black with #9BCF4F

Text Example


Text Example

White with #9BCF4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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