Html Css Color HEX #9FB23A Limerick

📋 copy color: '#9FB23A'

red 159 ◦ green 178 ◦ blue 58

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

Shades of Limerick #9FB23A

Tints of Limerick #9FB23A

RGB

 RED value IS 159 (62.5% from 255) = 40.25%

 GREEN value IS 178 (69.92% from 255) = 45.06%

 BLUE value IS 58 (23.05% from 255) = 14.68%

R = 40.25%
G = 45.06%
B = 14.68%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.67

 K value IS 0.30

RGB Variations

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

Color information

#9FB23A (or 0x9FB23A) is known color: Limerick. HEX triplet: 9F, B2 and 3A. RGB value is (159,178,58). Sum of RGB (Red+Green+Blue) = 159+178+58=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 178 (69.92% from 255 or 45.06% from 395); Blue value is 58 (23.05% from 255 or 14.68% from 395); Max value from RGB is 178 - color contains mainly: green. Hex color #9FB23A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FB23A is #604DC5. Grayscale: #9F9F9F. Windows color (decimal): -6311366 or 3846815. OLE color: 3846815.

HSL color Cylindrical-coordinate representation of color #9FB23A: hue angle of 69.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9FB23A is Cyan = 0.11, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.30.

Color convert

RGB 159 178 58 -
CMYK 0.11 0 0.67 0.30
HSL 69.5º 0.51% 0.46% -
HSV(B) 69.5º 0.67% 0.7% -
XYZ 30.98 39.52 10 -
YUV 158.64 71.21 128.26 -
System Red Green Blue C M Y K H S L
Decimal 159 178 58 0.11 0 0.67 0.30 69.5 0.51 0.46
Hex 9F B2 3A B 0 43 1E 46 33 2E
Octal 237 262 72 13 0 103 36 106 63 56
Binary 10011111 10110010 111010 1011 0 1000011 11110 1000110 110011 101110

Color Harmonies of #9FB23A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB23A

Black with #9FB23A

Text Example


Text Example

White with #9FB23A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,178,58); }

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

background-color css

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

 a { background-color: rgb(159,178,58); }

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

border-color css

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

 span { border-color: rgb(159,178,58); }

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