Html Css Color HEX #00B490 Persian Green

📋 copy color: '#00B490'

red 0 ◦ green 180 ◦ blue 144

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

Shades of Persian Green #00B490

Tints of Persian Green #00B490

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 180 (70.7% from 255) = 55.56%

 BLUE value IS 144 (56.64% from 255) = 44.44%

R = 0%
G = 55.56%
B = 44.44%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#00B490 (or 0x00B490) is known color: Persian Green. HEX triplet: 00, B4 and 90. RGB value is (0,180,144). Sum of RGB (Red+Green+Blue) = 0+180+144=324 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 324); Green value is 180 (70.70% from 255 or 55.56% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 180 - color contains mainly: green. Hex color #00B490 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B490 is #FF4B6F. Grayscale: #7A7A7A. Windows color (decimal): -16730992 or 9483264. OLE color: 9483264.

HSL color Cylindrical-coordinate representation of color #00B490: hue angle of 168º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B490 is Cyan = 1, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.29.

Color convert

RGB 0 180 144 -
CMYK 1 0 0.2 0.29
HSL 168º 1% 0.35% -
HSV(B) 168º 1% 0.71% -
XYZ 21.36 34.66 31.95 -
YUV 122.08 140.37 40.93 -
System Red Green Blue C M Y K H S L
Decimal 0 180 144 1 0 0.2 0.29 168 1 0.35
Hex 0 B4 90 64 0 14 1D A8 64 23
Octal 0 264 220 144 0 24 35 250 144 43
Binary 0 10110100 10010000 1100100 0 10100 11101 10101000 1100100 100011

Color Harmonies of #00B490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00B490

Black with #00B490

Text Example


Text Example

White with #00B490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00B490; }

 p { color: rgb(0,180,144); }

 H1.HeaderClassName
 {
   color: #00B490;
 }
 .AnyTagClassName
 {
   color: #00B490;
 }
</style>

background-color css

<style>
 a { background-color: #00B490; }

 a { background-color: rgb(0,180,144); }

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

border-color css

<style>
 span { border-color: #00B490; }

 span { border-color: rgb(0,180,144); }

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