Html Css Color HEX #9BCF54 Atlantis

📋 copy color: '#9BCF54'

red 155 ◦ green 207 ◦ blue 84

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

Shades of Atlantis #9BCF54

Tints of Atlantis #9BCF54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 18.83%

R = 34.75%
G = 46.41%
B = 18.83%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#9BCF54 (or 0x9BCF54) is known color: Atlantis. HEX triplet: 9B, CF and 54. RGB value is (155,207,84). Sum of RGB (Red+Green+Blue) = 155+207+84=446 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.75% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 84 (33.20% from 255 or 18.83% from 446); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCF54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BCF54 is #6430AB. Grayscale: #B1B1B1. Windows color (decimal): -6566060 or 5558171. OLE color: 5558171.

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

Color convert

RGB 155 207 84 -
CMYK 0.25 0 0.59 0.19
HSL 85.37º 0.56% 0.57% -
HSV(B) 85.37º 0.59% 0.81% -
XYZ 37.43 52.23 16.5 -
YUV 177.43 75.27 112 -
System Red Green Blue C M Y K H S L
Decimal 155 207 84 0.25 0 0.59 0.19 85.37 0.56 0.57
Hex 9B CF 54 19 0 3B 13 55 38 39
Octal 233 317 124 31 0 73 23 125 70 71
Binary 10011011 11001111 1010100 11001 0 111011 10011 1010101 111000 111001

Color Harmonies of #9BCF54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BCF54

Black with #9BCF54

Text Example


Text Example

White with #9BCF54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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