Html Css Color HEX #9FCD1E Bahia

📋 copy color: '#9FCD1E'

red 159 ◦ green 205 ◦ blue 30

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

Shades of Bahia #9FCD1E

Tints of Bahia #9FCD1E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 52.03%

 BLUE value IS 30 (12.11% from 255) = 7.61%

R = 40.36%
G = 52.03%
B = 7.61%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#9FCD1E (or 0x9FCD1E) is known color: Bahia. HEX triplet: 9F, CD and 1E. RGB value is (159,205,30). Sum of RGB (Red+Green+Blue) = 159+205+30=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 205 (80.47% from 255 or 52.03% from 394); Blue value is 30 (12.11% from 255 or 7.61% from 394); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCD1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9FCD1E is #6032E1. Grayscale: #ABABAB. Windows color (decimal): -6304482 or 2018719. OLE color: 2018719.

HSL color Cylindrical-coordinate representation of color #9FCD1E: hue angle of 75.77º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9FCD1E is Cyan = 0.22, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 205 30 -
CMYK 0.22 0 0.85 0.20
HSL 75.77º 0.74% 0.46% -
HSV(B) 75.77º 0.85% 0.8% -
XYZ 36.36 51.13 9.18 -
YUV 171.3 48.26 119.23 -
System Red Green Blue C M Y K H S L
Decimal 159 205 30 0.22 0 0.85 0.20 75.77 0.74 0.46
Hex 9F CD 1E 16 0 55 14 4C 4A 2E
Octal 237 315 36 26 0 125 24 114 112 56
Binary 10011111 11001101 11110 10110 0 1010101 10100 1001100 1001010 101110

Color Harmonies of #9FCD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCD1E

Black with #9FCD1E

Text Example


Text Example

White with #9FCD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,205,30); }

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

background-color css

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

 a { background-color: rgb(159,205,30); }

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

border-color css

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

 span { border-color: rgb(159,205,30); }

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