Html Css Color HEX #09BE74 Jade

📋 copy color: '#09BE74'

red 9 ◦ green 190 ◦ blue 116

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

Shades of Jade #09BE74

Tints of Jade #09BE74

RGB

 RED value IS 9 (3.91% from 255) = 2.86%

 GREEN value IS 190 (74.61% from 255) = 60.32%

 BLUE value IS 116 (45.7% from 255) = 36.83%

R = 2.86%
G = 60.32%
B = 36.83%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#09BE74 (or 0x09BE74) is known color: Jade. HEX triplet: 09, BE and 74. RGB value is (9,190,116). Sum of RGB (Red+Green+Blue) = 9+190+116=315 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.86% from 315); Green value is 190 (74.61% from 255 or 60.32% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 190 - color contains mainly: green. Hex color #09BE74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #09BE74 is #F6418B. Grayscale: #7F7F7F. Windows color (decimal): -16138636 or 7650825. OLE color: 7650825.

HSL color Cylindrical-coordinate representation of color #09BE74: hue angle of 155.47º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09BE74 is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 9 190 116 -
CMYK 0.95 0 0.39 0.25
HSL 155.47º 0.91% 0.39% -
HSV(B) 155.47º 0.95% 0.75% -
XYZ 21.68 38.15 22.74 -
YUV 127.45 121.53 43.52 -
System Red Green Blue C M Y K H S L
Decimal 9 190 116 0.95 0 0.39 0.25 155.47 0.91 0.39
Hex 9 BE 74 5F 0 27 19 9B 5B 27
Octal 11 276 164 137 0 47 31 233 133 47
Binary 1001 10111110 1110100 1011111 0 100111 11001 10011011 1011011 100111

Color Harmonies of #09BE74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09BE74

Black with #09BE74

Text Example


Text Example

White with #09BE74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09BE74; }

 p { color: rgb(9,190,116); }

 H1.HeaderClassName
 {
   color: #09BE74;
 }
 .AnyTagClassName
 {
   color: #09BE74;
 }
</style>

background-color css

<style>
 a { background-color: #09BE74; }

 a { background-color: rgb(9,190,116); }

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

border-color css

<style>
 span { border-color: #09BE74; }

 span { border-color: rgb(9,190,116); }

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